NetworkDataplane Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. NetworkDataplane
- com.
- com.
public final class NetworkDataplane
extends ExpandableStringEnum<NetworkDataplane>
Network dataplane used in the Kubernetes cluster.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Network |
AZURE
Static value azure for Network |
static final
Network |
CILIUM
Static value cilium for Network |
Constructor Summary
Constructor | Description |
---|---|
NetworkDataplane() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
Collection<Network |
values()
Gets known Network |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE
public static final NetworkDataplane AZURE
Static value azure for NetworkDataplane.
CILIUM
public static final NetworkDataplane CILIUM
Static value cilium for NetworkDataplane.
Constructor Details
NetworkDataplane
@Deprecated
public NetworkDataplane()
Deprecated
Creates a new instance of NetworkDataplane value.
Method Details
fromString
public static NetworkDataplane fromString(String name)
Creates or finds a NetworkDataplane from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NetworkDataplane values.
Returns:
Applies to
Azure SDK for Java