ExpressRouteCircuitRoutesTable Class
The routes table associated with the ExpressRouteCircuit.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ExpressRouteCircuitRoutesTable
Constructor
ExpressRouteCircuitRoutesTable(*, next_hop_type: typing.Union[str, _ForwardRef('RouteNextHopType')], address_prefix: typing.Union[str, NoneType] = None, next_hop_ip: typing.Union[str, NoneType] = None, as_path: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- address_prefix
- str
Gets AddressPrefix.
- next_hop_type
- str or RouteNextHopType
Required. Gets NextHopType. Possible values include: "VirtualNetworkGateway", "VnetLocal", "Internet", "VirtualAppliance", "None".
- next_hop_ip
- str
Gets NextHopIP.
- as_path
- str
Gets AsPath.
Feedback
Submit and view feedback for