Class BgpPeerStatus
- java.lang.Object
-
- com.microsoft.azure.management.network.BgpPeerStatus
-
public class BgpPeerStatus extends Object
BGP peer status details.
-
-
Constructor Summary
Constructors Constructor Description BgpPeerStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerasn()Get the asn value.StringconnectedDuration()Get the connectedDuration value.StringlocalAddress()Get the localAddress value.LongmessagesReceived()Get the messagesReceived value.LongmessagesSent()Get the messagesSent value.Stringneighbor()Get the neighbor value.LongroutesReceived()Get the routesReceived value.BgpPeerStatestate()Get the state value.
-
-
-
Method Detail
-
localAddress
public String localAddress()
Get the localAddress value.- Returns:
- the localAddress value
-
neighbor
public String neighbor()
Get the neighbor value.- Returns:
- the neighbor value
-
asn
public Integer asn()
Get the asn value.- Returns:
- the asn value
-
state
public BgpPeerState state()
Get the state value.- Returns:
- the state value
-
connectedDuration
public String connectedDuration()
Get the connectedDuration value.- Returns:
- the connectedDuration value
-
routesReceived
public Long routesReceived()
Get the routesReceived value.- Returns:
- the routesReceived value
-
messagesSent
public Long messagesSent()
Get the messagesSent value.- Returns:
- the messagesSent value
-
messagesReceived
public Long messagesReceived()
Get the messagesReceived value.- Returns:
- the messagesReceived value
-
-