public class BgpPeerStatus extends Object
| Constructor and Description |
|---|
BgpPeerStatus() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
asn()
Get the autonomous system number of the remote BGP peer.
|
String |
connectedDuration()
Get for how long the peering has been up.
|
String |
localAddress()
Get the virtual network gateway's local address.
|
Long |
messagesReceived()
Get the number of BGP messages received.
|
Long |
messagesSent()
Get the number of BGP messages sent.
|
String |
neighbor()
Get the remote BGP peer.
|
Long |
routesReceived()
Get the number of routes learned from this peer.
|
BgpPeerState |
state()
Get the BGP peer state.
|
public String localAddress()
public String neighbor()
public Integer asn()
public BgpPeerState state()
public String connectedDuration()
public Long routesReceived()
public Long messagesSent()
public Long messagesReceived()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/