Class PodIpAllocationMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PodIpAllocationMode>
com.azure.resourcemanager.containerservice.models.PodIpAllocationMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class PodIpAllocationMode extends com.azure.core.util.ExpandableStringEnum<PodIpAllocationMode>
Pod IP Allocation Mode The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'.
  • Field Details

    • DYNAMIC_INDIVIDUAL

      public static final PodIpAllocationMode DYNAMIC_INDIVIDUAL
      Static value DynamicIndividual for PodIpAllocationMode.
    • STATIC_BLOCK

      public static final PodIpAllocationMode STATIC_BLOCK
      Static value StaticBlock for PodIpAllocationMode.
  • Constructor Details

    • PodIpAllocationMode

      @Deprecated public PodIpAllocationMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PodIpAllocationMode value.
  • Method Details

    • fromString

      public static PodIpAllocationMode fromString(String name)
      Creates or finds a PodIpAllocationMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PodIpAllocationMode.
    • values

      public static Collection<PodIpAllocationMode> values()
      Gets known PodIpAllocationMode values.
      Returns:
      known PodIpAllocationMode values.