ContainerNetworkInterfaceConfiguration Class
- java.
lang. Object - com.
microsoft. azure. SubResource - com.
microsoft. azure. management. network. ContainerNetworkInterfaceConfiguration
- com.
- com.
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<IPConfiguration |
ipConfigurations()
Get a list of ip configurations of the container network interface configuration. |
java.lang.String |
name()
Get the name of the resource. |
Provisioning |
provisioningState()
Get the provisioning state of the container network interface configuration resource. |
java.lang.String |
type()
Get sub Resource type. |
Container |
withContainerNetworkInterfaces(List<SubResource> containerNetworkInterfaces)
Set a list of container network interfaces created from this container network interface configuration. |
Container |
withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)
Set a list of ip configurations of the container network interface configuration. |
Container |
withName(String name)
Set the name of the resource. |
Methods inherited from com.microsoft.azure.SubResource
Methods inherited from java.lang.Object
Constructor Details
ContainerNetworkInterfaceConfiguration
public ContainerNetworkInterfaceConfiguration()
Method Details
containerNetworkInterfaces
public List
Get a list of container network interfaces created from this container network interface configuration.
Returns:
etag
public String etag()
Get a unique read-only string that changes whenever the resource is updated.
Returns:
ipConfigurations
public List
Get a list of ip configurations of the container network interface configuration.
Returns:
name
public String name()
Get the name of the resource. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioning state of the container network interface configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
Returns:
type
public String type()
Get sub Resource type.
Returns:
withContainerNetworkInterfaces
public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List
Set a list of container network interfaces created from this container network interface configuration.
Parameters:
Returns:
withIpConfigurations
public ContainerNetworkInterfaceConfiguration withIpConfigurations(List
Set a list of ip configurations of the container network interface configuration.
Parameters:
Returns:
withName
public ContainerNetworkInterfaceConfiguration withName(String name)
Set the name of the resource. This name can be used to access the resource.
Parameters:
Returns: