IpConfigurationPropertiesFormatInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. IpConfigurationPropertiesFormatInner
- com.
Implements
public final class IpConfigurationPropertiesFormatInner
implements JsonSerializable<IpConfigurationPropertiesFormatInner>
Properties of IP configuration.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
| String |
privateIpAddress()
Get the private |
|
Ip |
privateIpAllocationMethod()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Public |
publicIpAddress()
Get the public |
|
Subnet |
subnet()
Get the subnet property: The reference to the subnet resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static IpConfigurationPropertiesFormatInner fromJson(JsonReader jsonReader)
Reads an instance of IpConfigurationPropertiesFormatInner from the JsonReader.
Parameters:
Returns:
Throws:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: The private IP address of the IP configuration.
Returns:
privateIpAllocationMethod
public IpAllocationMethod privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the IP configuration resource.
Returns:
publicIpAddress
public PublicIpAddressInner publicIpAddress()
Get the publicIpAddress property: The reference to the public IP resource.
Returns:
subnet
public SubnetInner subnet()
Get the subnet property: The reference to the subnet resource.
Returns:
toJson
validate
public void validate()
Validates the instance.