BgpPeerStatus Class

  • java.lang.Object
    • com.microsoft.azure.management.network.BgpPeerStatus

public class BgpPeerStatus

BGP peer status details.

Method Summary

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.

Method Details

asn

public Integer asn()

Get the asn value.

Returns:

the asn value

connectedDuration

public String connectedDuration()

Get the connectedDuration value.

Returns:

the connectedDuration value

localAddress

public String localAddress()

Get the localAddress value.

Returns:

the localAddress value

messagesReceived

public Long messagesReceived()

Get the messagesReceived value.

Returns:

the messagesReceived value

messagesSent

public Long messagesSent()

Get the messagesSent value.

Returns:

the messagesSent value

neighbor

public String neighbor()

Get the neighbor value.

Returns:

the neighbor value

routesReceived

public Long routesReceived()

Get the routesReceived value.

Returns:

the routesReceived value

state

public BgpPeerState state()

Get the state value.

Returns:

the state value

Applies to