Class AddressResponseProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.AddressResponseProperties
-
public final class AddressResponseProperties extends Object
AddressResponse resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description AddressResponseProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinternalIpAddress()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.StringserviceIpAddress()Get the serviceIpAddress property: Main public virtual IP.voidvalidate()Validates the instance.List<VirtualIpMapping>vipMappings()Get the vipMappings property: Additional virtual IPs.AddressResponsePropertieswithInternalIpAddress(String internalIpAddress)Set the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.AddressResponsePropertieswithOutboundIpAddresses(List<String> outboundIpAddresses)Set the outboundIpAddresses property: IP addresses appearing on outbound connections.AddressResponsePropertieswithServiceIpAddress(String serviceIpAddress)Set the serviceIpAddress property: Main public virtual IP.AddressResponsePropertieswithVipMappings(List<VirtualIpMapping> vipMappings)Set the vipMappings property: Additional virtual IPs.
-
-
-
Method Detail
-
serviceIpAddress
public String serviceIpAddress()
Get the serviceIpAddress property: Main public virtual IP.- Returns:
- the serviceIpAddress value.
-
withServiceIpAddress
public AddressResponseProperties withServiceIpAddress(String serviceIpAddress)
Set the serviceIpAddress property: Main public virtual IP.- Parameters:
serviceIpAddress- the serviceIpAddress value to set.- Returns:
- the AddressResponseProperties object itself.
-
internalIpAddress
public String internalIpAddress()
Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.- Returns:
- the internalIpAddress value.
-
withInternalIpAddress
public 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.- Parameters:
internalIpAddress- the internalIpAddress value to set.- Returns:
- the AddressResponseProperties object itself.
-
outboundIpAddresses
public List<String> outboundIpAddresses()
Get the outboundIpAddresses property: IP addresses appearing on outbound connections.- Returns:
- the outboundIpAddresses value.
-
withOutboundIpAddresses
public AddressResponseProperties withOutboundIpAddresses(List<String> outboundIpAddresses)
Set the outboundIpAddresses property: IP addresses appearing on outbound connections.- Parameters:
outboundIpAddresses- the outboundIpAddresses value to set.- Returns:
- the AddressResponseProperties object itself.
-
vipMappings
public List<VirtualIpMapping> vipMappings()
Get the vipMappings property: Additional virtual IPs.- Returns:
- the vipMappings value.
-
withVipMappings
public AddressResponseProperties withVipMappings(List<VirtualIpMapping> vipMappings)
Set the vipMappings property: Additional virtual IPs.- Parameters:
vipMappings- the vipMappings value to set.- Returns:
- the AddressResponseProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-