Class BgpSettings


  • public class BgpSettings
    extends Object
    BGP settings details.
    • Constructor Detail

      • BgpSettings

        public BgpSettings()
    • Method Detail

      • asn

        public Long asn()
        Get the asn value.
        Returns:
        the asn value
      • withAsn

        public BgpSettings withAsn​(Long asn)
        Set the asn value.
        Parameters:
        asn - the asn value to set
        Returns:
        the BgpSettings object itself.
      • bgpPeeringAddress

        public String bgpPeeringAddress()
        Get the bgpPeeringAddress value.
        Returns:
        the bgpPeeringAddress value
      • withBgpPeeringAddress

        public BgpSettings withBgpPeeringAddress​(String bgpPeeringAddress)
        Set the bgpPeeringAddress value.
        Parameters:
        bgpPeeringAddress - the bgpPeeringAddress value to set
        Returns:
        the BgpSettings object itself.
      • peerWeight

        public Integer peerWeight()
        Get the peerWeight value.
        Returns:
        the peerWeight value
      • withPeerWeight

        public BgpSettings withPeerWeight​(Integer peerWeight)
        Set the peerWeight value.
        Parameters:
        peerWeight - the peerWeight value to set
        Returns:
        the BgpSettings object itself.