Class GatewayCustomBgpIpAddressIpConfiguration

java.lang.Object
com.azure.resourcemanager.network.models.GatewayCustomBgpIpAddressIpConfiguration

public final class GatewayCustomBgpIpAddressIpConfiguration extends Object
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection.
  • Constructor Details

    • GatewayCustomBgpIpAddressIpConfiguration

      public GatewayCustomBgpIpAddressIpConfiguration()
      Creates an instance of GatewayCustomBgpIpAddressIpConfiguration class.
  • Method Details

    • ipConfigurationId

      public String ipConfigurationId()
      Get the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.
      Returns:
      the ipConfigurationId value.
    • withIpConfigurationId

      public GatewayCustomBgpIpAddressIpConfiguration withIpConfigurationId(String ipConfigurationId)
      Set the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.
      Parameters:
      ipConfigurationId - the ipConfigurationId value to set.
      Returns:
      the GatewayCustomBgpIpAddressIpConfiguration object itself.
    • customBgpIpAddress

      public String customBgpIpAddress()
      Get the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.
      Returns:
      the customBgpIpAddress value.
    • withCustomBgpIpAddress

      public GatewayCustomBgpIpAddressIpConfiguration withCustomBgpIpAddress(String customBgpIpAddress)
      Set the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.
      Parameters:
      customBgpIpAddress - the customBgpIpAddress value to set.
      Returns:
      the GatewayCustomBgpIpAddressIpConfiguration object itself.
    • validate

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