ContainerNetworkInterfaceIpConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ContainerNetworkInterfaceIpConfiguration
- com.
Implements
public final class ContainerNetworkInterfaceIpConfiguration
implements JsonSerializable<ContainerNetworkInterfaceIpConfiguration>
The ip configuration for a container network interface.
Constructor Summary
Constructor | Description |
---|---|
ContainerNetworkInterfaceIpConfiguration() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Sub Resource type. |
void |
validate()
Validates the instance. |
Container |
withName(String name)
Set the name property: The name of the resource. |
Methods inherited from java.lang.Object
Constructor Details
ContainerNetworkInterfaceIpConfiguration
public ContainerNetworkInterfaceIpConfiguration()
Creates an instance of ContainerNetworkInterfaceIpConfiguration class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ContainerNetworkInterfaceIpConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ContainerNetworkInterfaceIpConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the container network interface IP configuration resource.
Returns:
toJson
type
public String type()
Get the type property: Sub Resource type.
Returns:
validate
public void validate()
Validates the instance.
withName
public ContainerNetworkInterfaceIpConfiguration withName(String name)
Set the name property: The name of the resource. This name can be used to access the resource.
Parameters:
Returns:
Applies to
Azure SDK for Java