ExpressRouteCircuitRoutesTable Class
The routes table associated with the ExpressRouteCircuit.
Constructor
ExpressRouteCircuitRoutesTable(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
network
|
IP address of a network entity. |
|
next_hop
|
NextHop address. |
|
loc_prf
|
Local preference value as set with the set local-preference route-map configuration command. |
|
weight
|
Route Weight. |
|
path
|
Autonomous system paths to the destination network. |
Attributes
loc_prf
Local preference value as set with the set local-preference route-map configuration command.
loc_prf: str | None
network
IP address of a network entity.
network: str | None
next_hop
NextHop address.
next_hop: str | None
path
Autonomous system paths to the destination network.
path: str | None
weight
Route Weight.
weight: int | None