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 Summary
FieldsModifier and TypeFieldDescriptionstatic final PodIpAllocationModeStatic value DynamicIndividual for PodIpAllocationMode.static final PodIpAllocationModeStatic value StaticBlock for PodIpAllocationMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PodIpAllocationModefromString(String name) Creates or finds a PodIpAllocationMode from its string representation.static Collection<PodIpAllocationMode> values()Gets known PodIpAllocationMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DYNAMIC_INDIVIDUAL
Static value DynamicIndividual for PodIpAllocationMode. -
STATIC_BLOCK
Static value StaticBlock for PodIpAllocationMode.
-
-
Constructor Details
-
PodIpAllocationMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of PodIpAllocationMode value.
-
-
Method Details
-
fromString
Creates or finds a PodIpAllocationMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PodIpAllocationMode.
-
values
Gets known PodIpAllocationMode values.- Returns:
- known PodIpAllocationMode values.
-
fromString(String)factory method.