public final class AddressResponseProperties extends Object
| Constructor and Description |
|---|
AddressResponseProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
internalIpAddress()
Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is
in internal load-balancing mode.
|
List<String> |
outboundIpAddresses()
Get the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
String |
serviceIpAddress()
Get the serviceIpAddress property: Main public virtual IP.
|
void |
validate()
Validates the instance.
|
List<VirtualIpMapping> |
vipMappings()
Get the vipMappings property: Additional virtual IPs.
|
AddressResponseProperties |
withInternalIpAddress(String internalIpAddress)
Set the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is
in internal load-balancing mode.
|
AddressResponseProperties |
withOutboundIpAddresses(List<String> outboundIpAddresses)
Set the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
AddressResponseProperties |
withServiceIpAddress(String serviceIpAddress)
Set the serviceIpAddress property: Main public virtual IP.
|
AddressResponseProperties |
withVipMappings(List<VirtualIpMapping> vipMappings)
Set the vipMappings property: Additional virtual IPs.
|
public String serviceIpAddress()
public AddressResponseProperties withServiceIpAddress(String serviceIpAddress)
serviceIpAddress - the serviceIpAddress value to set.public String internalIpAddress()
public AddressResponseProperties withInternalIpAddress(String internalIpAddress)
internalIpAddress - the internalIpAddress value to set.public List<String> outboundIpAddresses()
public AddressResponseProperties withOutboundIpAddresses(List<String> outboundIpAddresses)
outboundIpAddresses - the outboundIpAddresses value to set.public List<VirtualIpMapping> vipMappings()
public AddressResponseProperties withVipMappings(List<VirtualIpMapping> vipMappings)
vipMappings - the vipMappings value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.