Class ContainerNetworkInterfaceConfiguration
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
-
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.azure.SubResource>
Get a list of container network interfaces created from this container network interface configuration.etag()
Get a unique read-only string that changes whenever the resource is updated.Get a list of ip configurations of the container network interface configuration.name()
Get the name of the resource.Get the provisioning state of the container network interface configuration resource.type()
Get sub Resource type.withContainerNetworkInterfaces
(List<com.microsoft.azure.SubResource> containerNetworkInterfaces) Set a list of container network interfaces created from this container network interface configuration.withIpConfigurations
(List<IPConfigurationProfile> ipConfigurations) Set a list of ip configurations of the container network interface configuration.Set the name of the resource.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
ContainerNetworkInterfaceConfiguration
public ContainerNetworkInterfaceConfiguration()
-
-
Method Details
-
ipConfigurations
Get a list of ip configurations of the container network interface configuration.- Returns:
- the ipConfigurations value
-
withIpConfigurations
public ContainerNetworkInterfaceConfiguration withIpConfigurations(List<IPConfigurationProfile> 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.
-
containerNetworkInterfaces
Get a list of container network interfaces created from this container network interface configuration.- Returns:
- the containerNetworkInterfaces value
-
withContainerNetworkInterfaces
public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List<com.microsoft.azure.SubResource> 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.
-
provisioningState
Get the provisioning state of the container network interface configuration 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 ContainerNetworkInterfaceConfiguration 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
-