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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python