Class GatewayCustomBgpIpAddressIpConfiguration
java.lang.Object
com.azure.resourcemanager.network.models.GatewayCustomBgpIpAddressIpConfiguration
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GatewayCustomBgpIpAddressIpConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.Get the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.voidvalidate()Validates the instance.withCustomBgpIpAddress(String customBgpIpAddress) Set the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.withIpConfigurationId(String ipConfigurationId) Set the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.
-
Constructor Details
-
GatewayCustomBgpIpAddressIpConfiguration
public GatewayCustomBgpIpAddressIpConfiguration()Creates an instance of GatewayCustomBgpIpAddressIpConfiguration class.
-
-
Method Details
-
ipConfigurationId
Get the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.- Returns:
- the ipConfigurationId value.
-
withIpConfigurationId
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
Get the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.- Returns:
- the customBgpIpAddress value.
-
withCustomBgpIpAddress
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.
-