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 Details

    • ContainerNetworkInterfaceConfiguration

      public ContainerNetworkInterfaceConfiguration()
  • Method Details

    • ipConfigurations

      public List<IPConfigurationProfile> 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

      public List<com.microsoft.azure.SubResource> 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

      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
    • name

      public String 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

      public String type()
      Get sub Resource type.
      Returns:
      the type value
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value