PodIpAllocationMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. PodIpAllocationMode
- com.
- com.
public final class PodIpAllocationMode
extends 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
| Modifier and Type | Field and Description |
|---|---|
|
static final
Pod |
DYNAMIC_INDIVIDUAL
Static value Dynamic |
|
static final
Pod |
STATIC_BLOCK
Static value Static |
Constructor Summary
| Constructor | Description |
|---|---|
| PodIpAllocationMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Pod |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Pod |
fromString(String name)
Creates or finds a Pod |
|
static
Collection<Pod |
values()
Gets known Pod |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
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:
Returns:
values
public static Collection<PodIpAllocationMode> values()
Gets known PodIpAllocationMode values.
Returns: