public final class IpConfigurationBgpPeeringAddress extends Object
| Constructor and Description |
|---|
IpConfigurationBgpPeeringAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
customBgpIpAddresses()
Get the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.
|
List<String> |
defaultBgpIpAddresses()
Get the defaultBgpIpAddresses property: The list of default BGP peering addresses which belong to IP
configuration.
|
String |
ipconfigurationId()
Get the ipconfigurationId property: The ID of IP configuration which belongs to gateway.
|
List<String> |
tunnelIpAddresses()
Get the tunnelIpAddresses property: The list of tunnel public IP addresses which belong to IP configuration.
|
void |
validate()
Validates the instance.
|
IpConfigurationBgpPeeringAddress |
withCustomBgpIpAddresses(List<String> customBgpIpAddresses)
Set the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.
|
IpConfigurationBgpPeeringAddress |
withIpconfigurationId(String ipconfigurationId)
Set the ipconfigurationId property: The ID of IP configuration which belongs to gateway.
|
public String ipconfigurationId()
public IpConfigurationBgpPeeringAddress withIpconfigurationId(String ipconfigurationId)
ipconfigurationId - the ipconfigurationId value to set.public List<String> defaultBgpIpAddresses()
public List<String> customBgpIpAddresses()
public IpConfigurationBgpPeeringAddress withCustomBgpIpAddresses(List<String> customBgpIpAddresses)
customBgpIpAddresses - the customBgpIpAddresses value to set.public List<String> tunnelIpAddresses()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.