GatewayRoute Class
Gateway routing details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelGatewayRoute
Constructor
GatewayRoute(**kwargs: Any)
Variables
Name | Description |
---|---|
local_address
|
The gateway's local address. |
network
|
The route's network prefix. |
next_hop
|
The route's next hop. |
source_peer
|
The peer this route was learned from. |
origin
|
The source this route was learned from. |
as_path
|
The route's AS path sequence. |
weight
|
The route's weight. |
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