PeerRoute Class
Peer routing details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelPeerRoute
Constructor
PeerRoute(**kwargs: Any)
Variables
Name | Description |
---|---|
local_address
|
The peer'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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python