ContainerNetworkInterface Class

  • 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

Constructor Description
ContainerNetworkInterface()

Method Summary

Modifier and Type Method and Description
Container container()

Get reference to the container to which this container network interface is attached.

ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration()

Get container network interface configuration from which this container network interface is created.

java.lang.String etag()

Get a unique read-only string that changes whenever the resource is updated.

java.util.List<ContainerNetworkInterfaceIpConfiguration> ipConfigurations()

Get reference to the ip configuration on this container nic.

java.lang.String name()

Get the name of the resource.

ProvisioningState provisioningState()

Get the provisioning state of the container network interface resource.

java.lang.String type()

Get sub Resource type.

ContainerNetworkInterface withContainer(Container container)

Set reference to the container to which this container network interface is attached.

ContainerNetworkInterface withName(String name)

Set the name of the resource.

Methods inherited from com.microsoft.azure.SubResource

com.microsoft.azure.SubResource.id com.microsoft.azure.SubResource.withId

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ContainerNetworkInterface

public ContainerNetworkInterface()

Method Details

container

public Container container()

Get reference to the container to which this container network interface is attached.

Returns:

the container value

containerNetworkInterfaceConfiguration

public ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration()

Get container network interface configuration from which this container network interface is created.

Returns:

the containerNetworkInterfaceConfiguration value

etag

public String etag()

Get a unique read-only string that changes whenever the resource is updated.

Returns:

the etag value

ipConfigurations

public List ipConfigurations()

Get reference to the ip configuration on this container nic.

Returns:

the ipConfigurations value

name

public String name()

Get the name of the resource. This name can be used to access the resource.

Returns:

the name value

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the container network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

type

public String type()

Get sub Resource type.

Returns:

the type value

withContainer

public ContainerNetworkInterface withContainer(Container container)

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.

withName

public ContainerNetworkInterface withName(String name)

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.

Applies to