Class VpnLinkBgpSettings

java.lang.Object
com.microsoft.azure.management.network.VpnLinkBgpSettings

public class VpnLinkBgpSettings extends Object
BGP settings details for a link.
  • Constructor Details

    • VpnLinkBgpSettings

      public VpnLinkBgpSettings()
  • Method Details

    • asn

      public Long asn()
      Get the BGP speaker's ASN.
      Returns:
      the asn value
    • withAsn

      public VpnLinkBgpSettings withAsn(Long asn)
      Set the BGP speaker's ASN.
      Parameters:
      asn - the asn value to set
      Returns:
      the VpnLinkBgpSettings object itself.
    • bgpPeeringAddress

      public String bgpPeeringAddress()
      Get the BGP peering address and BGP identifier of this BGP speaker.
      Returns:
      the bgpPeeringAddress value
    • withBgpPeeringAddress

      public VpnLinkBgpSettings withBgpPeeringAddress(String bgpPeeringAddress)
      Set the BGP peering address and BGP identifier of this BGP speaker.
      Parameters:
      bgpPeeringAddress - the bgpPeeringAddress value to set
      Returns:
      the VpnLinkBgpSettings object itself.