ExpressRouteCircuitRoutesTable Class
The routes table associated with the ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitRoutesTable
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python