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
Use Azure network dataplane. |
|
static final
Network |
CILIUM
Use Cilium network dataplane. |
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
Use Azure network dataplane.
CILIUM
public static final NetworkDataplane 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
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<NetworkDataplane> values()
Gets known NetworkDataplane values.
Returns: