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 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