Condividi tramite


VirtualIpMapping Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.VirtualIpMapping

Implements

public final class VirtualIpMapping
implements JsonSerializable<VirtualIpMapping>

Virtual IP mapping.

Method Summary

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

Reads an instance of VirtualIpMapping from the JsonReader.

Integer internalHttpPort()

Get the internalHttpPort property: Internal HTTP port.

Integer internalHttpsPort()

Get the internalHttpsPort property: Internal HTTPS port.

Boolean inUse()

Get the inUse property: Is virtual IP mapping in use.

String serviceName()

Get the serviceName property: name of the service that virtual IP is assigned to.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String virtualIp()

Get the virtualIp property: Virtual IP address.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VirtualIpMapping fromJson(JsonReader jsonReader)

Reads an instance of VirtualIpMapping from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the VirtualIpMapping.

internalHttpPort

public Integer internalHttpPort()

Get the internalHttpPort property: Internal HTTP port.

Returns:

the internalHttpPort value.

internalHttpsPort

public Integer internalHttpsPort()

Get the internalHttpsPort property: Internal HTTPS port.

Returns:

the internalHttpsPort value.

inUse

public Boolean inUse()

Get the inUse property: Is virtual IP mapping in use.

Returns:

the inUse value.

serviceName

public String serviceName()

Get the serviceName property: name of the service that virtual IP is assigned to.

Returns:

the serviceName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

virtualIp

public String virtualIp()

Get the virtualIp property: Virtual IP address.

Returns:

the virtualIp value.

Applies to