VirtualIpMapping Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. VirtualIpMapping
- com.
Implements
public final class VirtualIpMapping
implements JsonSerializable<VirtualIpMapping>
Virtual IP mapping.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| Integer |
internalHttpPort()
Get the internal |
| Integer |
internalHttpsPort()
Get the internal |
| Boolean |
inUse()
Get the in |
| String |
serviceName()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
virtualIp()
Get the virtual |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VirtualIpMapping fromJson(JsonReader jsonReader)
Reads an instance of VirtualIpMapping from the JsonReader.
Parameters:
Returns:
Throws:
internalHttpPort
public Integer internalHttpPort()
Get the internalHttpPort property: Internal HTTP port.
Returns:
internalHttpsPort
public Integer internalHttpsPort()
Get the internalHttpsPort property: Internal HTTPS port.
Returns:
inUse
public Boolean inUse()
Get the inUse property: Is virtual IP mapping in use.
Returns:
serviceName
public String serviceName()
Get the serviceName property: name of the service that virtual IP is assigned to.
Returns:
toJson
validate
public void validate()
Validates the instance.
virtualIp
public String virtualIp()
Get the virtualIp property: Virtual IP address.
Returns: