IpConfigurationBgpPeeringAddress Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. IpConfigurationBgpPeeringAddress
- com.
Implements
public final class IpConfigurationBgpPeeringAddress
implements JsonSerializable<IpConfigurationBgpPeeringAddress>
Properties of IPConfigurationBgpPeeringAddress.
Constructor Summary
Constructor | Description |
---|---|
IpConfigurationBgpPeeringAddress() |
Creates an instance of Ip |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
customBgpIpAddresses()
Get the custom |
List<String> |
defaultBgpIpAddresses()
Get the default |
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
String |
ipconfigurationId()
Get the ipconfiguration |
Json |
toJson(JsonWriter jsonWriter) |
List<String> |
tunnelIpAddresses()
Get the tunnel |
void |
validate()
Validates the instance. |
Ip |
withCustomBgpIpAddresses(List<String> customBgpIpAddresses)
Set the custom |
Ip |
withIpconfigurationId(String ipconfigurationId)
Set the ipconfiguration |
Methods inherited from java.lang.Object
Constructor Details
IpConfigurationBgpPeeringAddress
public IpConfigurationBgpPeeringAddress()
Creates an instance of IpConfigurationBgpPeeringAddress class.
Method Details
customBgpIpAddresses
public List
Get the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.
Returns:
defaultBgpIpAddresses
public List
Get the defaultBgpIpAddresses property: The list of default BGP peering addresses which belong to IP configuration.
Returns:
fromJson
public static IpConfigurationBgpPeeringAddress fromJson(JsonReader jsonReader)
Reads an instance of IpConfigurationBgpPeeringAddress from the JsonReader.
Parameters:
Returns:
Throws:
ipconfigurationId
public String ipconfigurationId()
Get the ipconfigurationId property: The ID of IP configuration which belongs to gateway.
Returns:
toJson
tunnelIpAddresses
public List
Get the tunnelIpAddresses property: The list of tunnel public IP addresses which belong to IP configuration.
Returns:
validate
public void validate()
Validates the instance.
withCustomBgpIpAddresses
public IpConfigurationBgpPeeringAddress withCustomBgpIpAddresses(List
Set the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.
Parameters:
Returns:
withIpconfigurationId
public IpConfigurationBgpPeeringAddress withIpconfigurationId(String ipconfigurationId)
Set the ipconfigurationId property: The ID of IP configuration which belongs to gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java