ContainerNetworkInterface Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. ContainerNetworkInterface
- com.
- com.
public final class ContainerNetworkInterface
extends SubResource
Container network interface child resource.
Constructor Summary
Constructor | Description |
---|---|
ContainerNetworkInterface() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
Container |
container()
Get the container property: Reference to the container to which this container network interface is attached. |
Container |
containerNetworkInterfaceConfiguration()
Get the container |
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 |
List<Container |
ipConfigurations()
Get the ip |
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 |
withContainer(Container container)
Set the container property: Reference to the container to which this container network interface is attached. |
Container |
withId(String id) |
Container |
withName(String name)
Set the name property: The name of the resource. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ContainerNetworkInterface
public ContainerNetworkInterface()
Creates an instance of ContainerNetworkInterface class.
Method Details
container
public Container container()
Get the container property: Reference to the container to which this container network interface is attached.
Returns:
containerNetworkInterfaceConfiguration
public ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration()
Get the containerNetworkInterfaceConfiguration property: Container network interface configuration from which this container network interface is created.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ContainerNetworkInterface fromJson(JsonReader jsonReader)
Reads an instance of ContainerNetworkInterface from the JsonReader.
Parameters:
Returns:
Throws:
ipConfigurations
public List
Get the ipConfigurations property: Reference to the ip configuration on this container nic.
Returns:
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 resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ContainerNetworkInterface.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Sub Resource type.
Returns:
validate
public void validate()
Validates the instance.
withContainer
public ContainerNetworkInterface withContainer(Container container)
Set the container property: Reference to the container to which this container network interface is attached.
Parameters:
Returns:
withId
public ContainerNetworkInterface withId(String id)
Overrides:
ContainerNetworkInterface.withId(String id)Parameters:
withName
public ContainerNetworkInterface 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