Class NetworkDataplane
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
com.azure.resourcemanager.containerservice.models.NetworkDataplane
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class NetworkDataplane
extends com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
Network dataplane used in the Kubernetes cluster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkDataplaneUse Azure network dataplane.static final NetworkDataplaneUse Cilium network dataplane. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkDataplanefromString(String name) Creates or finds a NetworkDataplane from its string representation.static Collection<NetworkDataplane> values()Gets known NetworkDataplane values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE
Use Azure network dataplane. -
CILIUM
Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) for more information.
-
-
Constructor Details
-
NetworkDataplane
Deprecated.Use thefromString(String)factory method.Creates a new instance of NetworkDataplane value.
-
-
Method Details
-
fromString
Creates or finds a NetworkDataplane from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkDataplane.
-
values
Gets known NetworkDataplane values.- Returns:
- known NetworkDataplane values.
-
fromString(String)factory method.