BgpPeerStatus Class
BGP peer status details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelBgpPeerStatus
Constructor
BgpPeerStatus(**kwargs: Any)
Variables
Name | Description |
---|---|
local_address
|
The virtual network gateway's local address. |
neighbor
|
The remote BGP peer. |
asn
|
The autonomous system number of the remote BGP peer. |
state
|
str or
BgpPeerState
The BGP peer state. Known values are: "Unknown", "Stopped", "Idle", "Connecting", and "Connected". |
connected_duration
|
For how long the peering has been up. |
routes_received
|
The number of routes learned from this peer. |
messages_sent
|
The number of BGP messages sent. |
messages_received
|
The number of BGP messages received. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python