public final class BgpPeerStatus extends Object
| Constructor and Description |
|---|
BgpPeerStatus() |
| Modifier and Type | Method and Description |
|---|---|
Long |
asn()
Get the asn property: The autonomous system number of the remote BGP peer.
|
String |
connectedDuration()
Get the connectedDuration property: For how long the peering has been up.
|
String |
localAddress()
Get the localAddress property: The virtual network gateway's local address.
|
Long |
messagesReceived()
Get the messagesReceived property: The number of BGP messages received.
|
Long |
messagesSent()
Get the messagesSent property: The number of BGP messages sent.
|
String |
neighbor()
Get the neighbor property: The remote BGP peer.
|
Long |
routesReceived()
Get the routesReceived property: The number of routes learned from this peer.
|
BgpPeerState |
state()
Get the state property: The BGP peer state.
|
void |
validate()
Validates the instance.
|
public String localAddress()
public String neighbor()
public Long asn()
public BgpPeerState state()
public String connectedDuration()
public Long routesReceived()
public Long messagesSent()
public Long messagesReceived()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.