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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python