Class ContainerNetworkInterface
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ContainerNetworkInterface
public class ContainerNetworkInterface
extends com.microsoft.azure.SubResource
Container network interface child resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet reference to the container to which this container network interface is attached.Get container network interface configuration from which this container network interface is created.etag()
Get a unique read-only string that changes whenever the resource is updated.Get reference to the ip configuration on this container nic.name()
Get the name of the resource.Get the provisioning state of the container network interface resource.type()
Get sub Resource type.withContainer
(Container container) Set reference to the container to which this container network interface is attached.Set the name of the resource.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
ContainerNetworkInterface
public ContainerNetworkInterface()
-
-
Method Details
-
containerNetworkInterfaceConfiguration
Get container network interface configuration from which this container network interface is created.- Returns:
- the containerNetworkInterfaceConfiguration value
-
container
Get reference to the container to which this container network interface is attached.- Returns:
- the container value
-
withContainer
Set reference to the container to which this container network interface is attached.- Parameters:
container
- the container value to set- Returns:
- the ContainerNetworkInterface object itself.
-
ipConfigurations
Get reference to the ip configuration on this container nic.- Returns:
- the ipConfigurations value
-
provisioningState
Get the provisioning state of the container network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get the name of the resource. This name can be used to access the resource.- Returns:
- the name value
-
withName
Set the name of the resource. This name can be used to access the resource.- Parameters:
name
- the name value to set- Returns:
- the ContainerNetworkInterface object itself.
-
type
Get sub Resource type.- Returns:
- the type value
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-