AddressResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. AddressResponseInner
- com.
- com.
public final class AddressResponseInner
extends ProxyResource
Describes main public IP address and any extra virtual IPs.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Address |
fromJson(JsonReader jsonReader)
Reads an instance of Address |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
internalIpAddress()
Get the internal |
| String |
kind()
Get the kind property: Kind of resource. |
| String |
name()
Get the name property: The name of the resource. |
| List<String> |
outboundIpAddresses()
Get the outbound |
| String |
serviceIpAddress()
Get the service |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
List<Virtual |
vipMappings()
Get the vip |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static AddressResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AddressResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AddressResponseInner.id()Returns:
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:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AddressResponseInner.name()Returns:
outboundIpAddresses
public List<String> outboundIpAddresses()
Get the outboundIpAddresses property: IP addresses appearing on outbound connections.
Returns:
serviceIpAddress
public String serviceIpAddress()
Get the serviceIpAddress property: Main public virtual IP.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AddressResponseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AddressResponseInner.type()Returns:
validate
public void validate()
Validates the instance.
vipMappings
public List<VirtualIpMapping> vipMappings()
Get the vipMappings property: Additional virtual IPs.
Returns: