Class BgpPeerStatus


  • public class BgpPeerStatus
    extends Object
    BGP peer status details.
    • Constructor Detail

      • BgpPeerStatus

        public BgpPeerStatus()
    • 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