AddressResponseInner Class

public final class AddressResponseInner
extends ProxyOnlyResource

Describes main public IP address and any extra virtual IPs.

Constructor Summary

Constructor Description
AddressResponseInner()

Creates an instance of AddressResponseInner class.

Method Summary

Modifier and Type Method and Description
static AddressResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddressResponseInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String internalIpAddress()

Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

String name()

Get the name property: The name of the resource.

List<String> outboundIpAddresses()

Get the outboundIpAddresses property: IP addresses appearing on outbound connections.

String serviceIpAddress()

Get the serviceIpAddress property: Main public virtual IP.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

List<VirtualIpMapping> vipMappings()

Get the vipMappings property: Additional virtual IPs.

AddressResponseInner 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.

AddressResponseInner withKind(String kind)

Set the kind property: Kind of resource.

AddressResponseInner withOutboundIpAddresses(List<String> outboundIpAddresses)

Set the outboundIpAddresses property: IP addresses appearing on outbound connections.

AddressResponseInner withServiceIpAddress(String serviceIpAddress)

Set the serviceIpAddress property: Main public virtual IP.

AddressResponseInner withVipMappings(List<VirtualIpMapping> vipMappings)

Set the vipMappings property: Additional virtual IPs.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

AddressResponseInner

public AddressResponseInner()

Creates an instance of AddressResponseInner class.

Method Details

fromJson

public static AddressResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddressResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AddressResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

AddressResponseInner.id()

Returns:

the id value.

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.

name

public String name()

Get the name property: The name of the resource.

Overrides:

AddressResponseInner.name()

Returns:

the name value.

outboundIpAddresses

public List outboundIpAddresses()

Get the outboundIpAddresses property: IP addresses appearing on outbound connections.

Returns:

the outboundIpAddresses value.

serviceIpAddress

public String serviceIpAddress()

Get the serviceIpAddress property: Main public virtual IP.

Returns:

the serviceIpAddress value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AddressResponseInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

AddressResponseInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

AddressResponseInner.validate()

vipMappings

public List vipMappings()

Get the vipMappings property: Additional virtual IPs.

Returns:

the vipMappings value.

withInternalIpAddress

public AddressResponseInner 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 AddressResponseInner object itself.

withKind

public AddressResponseInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

AddressResponseInner.withKind(String kind)

Parameters:

kind

withOutboundIpAddresses

public AddressResponseInner withOutboundIpAddresses(List outboundIpAddresses)

Set the outboundIpAddresses property: IP addresses appearing on outbound connections.

Parameters:

outboundIpAddresses - the outboundIpAddresses value to set.

Returns:

the AddressResponseInner object itself.

withServiceIpAddress

public AddressResponseInner withServiceIpAddress(String serviceIpAddress)

Set the serviceIpAddress property: Main public virtual IP.

Parameters:

serviceIpAddress - the serviceIpAddress value to set.

Returns:

the AddressResponseInner object itself.

withVipMappings

public AddressResponseInner withVipMappings(List vipMappings)

Set the vipMappings property: Additional virtual IPs.

Parameters:

vipMappings - the vipMappings value to set.

Returns:

the AddressResponseInner object itself.

Applies to