Uses of Class
com.azure.resourcemanager.containerservice.models.PodIpAllocationMode
Packages that use PodIpAllocationMode
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of PodIpAllocationMode in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PodIpAllocationModeModifier and TypeMethodDescriptionAgentPoolInner.podIpAllocationMode()Get the podIpAllocationMode property: Pod IP Allocation Mode.ManagedClusterAgentPoolProfileProperties.podIpAllocationMode()Get the podIpAllocationMode property: Pod IP Allocation Mode.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PodIpAllocationModeModifier and TypeMethodDescriptionAgentPoolInner.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode.ManagedClusterAgentPoolProfileProperties.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode. -
Uses of PodIpAllocationMode in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type PodIpAllocationMode in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as PodIpAllocationModeModifier and TypeFieldDescriptionstatic final PodIpAllocationModePodIpAllocationMode.DYNAMIC_INDIVIDUALEach node gets allocated with a non-contiguous list of IP addresses assignable to pods.static final PodIpAllocationModePodIpAllocationMode.STATIC_BLOCKEach node is statically allocated CIDR block(s) of size /28 = 16 IPs per block to satisfy the maxPods per node.Methods in com.azure.resourcemanager.containerservice.models that return PodIpAllocationModeModifier and TypeMethodDescriptionstatic PodIpAllocationModePodIpAllocationMode.fromString(String name) Creates or finds a PodIpAllocationMode from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type PodIpAllocationModeModifier and TypeMethodDescriptionstatic Collection<PodIpAllocationMode> PodIpAllocationMode.values()Gets known PodIpAllocationMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type PodIpAllocationModeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withPodIpAllocationMode(PodIpAllocationMode podIpAllocationMode) Set the podIpAllocationMode property: Pod IP Allocation Mode.