ExpressRouteCircuitRoutesTable Class
The routes table associated with the ExpressRouteCircuit.
Constructor
ExpressRouteCircuitRoutesTable(*, network: str | None = None, next_hop: str | None = None, loc_prf: str | None = None, weight: int | None = None, path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python