ContainerNetworkInterfaceConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.SubResource
      • com.microsoft.azure.management.network.ContainerNetworkInterfaceConfiguration

public class ContainerNetworkInterfaceConfiguration
extends com.microsoft.azure.SubResource

Container network interface configuration child resource.

Constructor Summary

Constructor Description
ContainerNetworkInterfaceConfiguration()

Method Summary

Modifier and Type Method and Description
java.util.List<com.microsoft.azure.SubResource> containerNetworkInterfaces()

Get a list of container network interfaces created from this container network interface configuration.

java.lang.String etag()

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

java.util.List<IPConfigurationProfile> ipConfigurations()

Get a list of ip configurations of the container network interface configuration.

java.lang.String name()

Get the name of the resource.

ProvisioningState provisioningState()

Get the provisioning state of the container network interface configuration resource.

java.lang.String type()

Get sub Resource type.

ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)

Set a list of container network interfaces created from this container network interface configuration.

ContainerNetworkInterfaceConfiguration withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)

Set a list of ip configurations of the container network interface configuration.

ContainerNetworkInterfaceConfiguration 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

ContainerNetworkInterfaceConfiguration

public ContainerNetworkInterfaceConfiguration()

Method Details

containerNetworkInterfaces

public List containerNetworkInterfaces()

Get a list of container network interfaces created from this container network interface configuration.

Returns:

the containerNetworkInterfaces 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 a list of ip configurations of the container network interface configuration.

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 configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

type

public String type()

Get sub Resource type.

Returns:

the type value

withContainerNetworkInterfaces

public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List containerNetworkInterfaces)

Set a list of container network interfaces created from this container network interface configuration.

Parameters:

containerNetworkInterfaces - the containerNetworkInterfaces value to set

Returns:

the ContainerNetworkInterfaceConfiguration object itself.

withIpConfigurations

public ContainerNetworkInterfaceConfiguration withIpConfigurations(List ipConfigurations)

Set a list of ip configurations of the container network interface configuration.

Parameters:

ipConfigurations - the ipConfigurations value to set

Returns:

the ContainerNetworkInterfaceConfiguration object itself.

withName

public ContainerNetworkInterfaceConfiguration 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 ContainerNetworkInterfaceConfiguration object itself.

Applies to