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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python