GatewayCustomBgpIpAddressIpConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GatewayCustomBgpIpAddressIpConfiguration
- com.
Implements
public final class GatewayCustomBgpIpAddressIpConfiguration
implements JsonSerializable<GatewayCustomBgpIpAddressIpConfiguration>
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection.
Constructor Summary
Constructor | Description |
---|---|
GatewayCustomBgpIpAddressIpConfiguration() |
Creates an instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
customBgpIpAddress()
Get the custom |
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
String |
ipConfigurationId()
Get the ip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Gateway |
withCustomBgpIpAddress(String customBgpIpAddress)
Set the custom |
Gateway |
withIpConfigurationId(String ipConfigurationId)
Set the ip |
Methods inherited from java.lang.Object
Constructor Details
GatewayCustomBgpIpAddressIpConfiguration
public GatewayCustomBgpIpAddressIpConfiguration()
Creates an instance of GatewayCustomBgpIpAddressIpConfiguration class.
Method Details
customBgpIpAddress
public String customBgpIpAddress()
Get the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.
Returns:
fromJson
public static GatewayCustomBgpIpAddressIpConfiguration fromJson(JsonReader jsonReader)
Reads an instance of GatewayCustomBgpIpAddressIpConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
ipConfigurationId
public String ipConfigurationId()
Get the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCustomBgpIpAddress
public GatewayCustomBgpIpAddressIpConfiguration withCustomBgpIpAddress(String customBgpIpAddress)
Set the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.
Parameters:
Returns:
withIpConfigurationId
public GatewayCustomBgpIpAddressIpConfiguration withIpConfigurationId(String ipConfigurationId)
Set the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java