public class BgpPeerStatus extends Object
Constructor and Description |
---|
BgpPeerStatus() |
Modifier and Type | Method and Description |
---|---|
Integer |
asn()
Get the asn value.
|
String |
connectedDuration()
Get the connectedDuration value.
|
String |
localAddress()
Get the localAddress value.
|
Long |
messagesReceived()
Get the messagesReceived value.
|
Long |
messagesSent()
Get the messagesSent value.
|
String |
neighbor()
Get the neighbor value.
|
Long |
routesReceived()
Get the routesReceived value.
|
BgpPeerState |
state()
Get the state value.
|
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 © 2019. All rights reserved.