Class BgpPeerStatus
java.lang.Object
com.microsoft.azure.management.network.BgpPeerStatus
BGP peer status details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasn()
Get the autonomous system number of the remote BGP peer.Get for how long the peering has been up.Get the virtual network gateway's local address.Get the number of BGP messages received.Get the number of BGP messages sent.neighbor()
Get the remote BGP peer.Get the number of routes learned from this peer.state()
Get the BGP peer state.
-
Constructor Details
-
BgpPeerStatus
public BgpPeerStatus()
-
-
Method Details
-
localAddress
Get the virtual network gateway's local address.- Returns:
- the localAddress value
-
neighbor
Get the remote BGP peer.- Returns:
- the neighbor value
-
asn
Get the autonomous system number of the remote BGP peer.- Returns:
- the asn value
-
state
Get the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'.- Returns:
- the state value
-
connectedDuration
Get for how long the peering has been up.- Returns:
- the connectedDuration value
-
routesReceived
Get the number of routes learned from this peer.- Returns:
- the routesReceived value
-
messagesSent
Get the number of BGP messages sent.- Returns:
- the messagesSent value
-
messagesReceived
Get the number of BGP messages received.- Returns:
- the messagesReceived value
-