Class BgpPeerStatusListResultInner


  • public final class BgpPeerStatusListResultInner
    extends Object
    Response for list BGP peer status API service call.
    • Constructor Detail

      • BgpPeerStatusListResultInner

        public BgpPeerStatusListResultInner()
    • Method Detail

      • value

        public List<BgpPeerStatus> value()
        Get the value property: List of BGP peers.
        Returns:
        the value value.
      • withValue

        public BgpPeerStatusListResultInner withValue​(List<BgpPeerStatus> value)
        Set the value property: List of BGP peers.
        Parameters:
        value - the value value to set.
        Returns:
        the BgpPeerStatusListResultInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.