Class NetworkDataplane
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
com.azure.resourcemanager.containerservice.models.NetworkDataplane
public final class NetworkDataplane
extends com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
Network dataplane used in the Kubernetes cluster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkDataplaneStatic value azure for NetworkDataplane.static final NetworkDataplaneStatic value cilium for NetworkDataplane. -
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, hashCode, toString, values
-
Field Details
-
AZURE
Static value azure for NetworkDataplane. -
CILIUM
Static value cilium for NetworkDataplane.
-
-
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.