Class NetworkPlugin
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkPlugin>
com.azure.resourcemanager.containerservice.models.NetworkPlugin
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Network plugin used for building the Kubernetes network.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkPluginUse the Azure CNI network plugin.static final NetworkPluginUse the Kubenet network plugin.static final NetworkPluginNo CNI plugin is pre-installed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkPluginfromString(String name) Creates or finds a NetworkPlugin from its string representation.static Collection<NetworkPlugin> values()Gets known NetworkPlugin values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE
Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) for more information. -
KUBENET
Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information. -
NONE
No CNI plugin is pre-installed. See [BYO CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more information.
-
-
Constructor Details
-
NetworkPlugin
Deprecated.Use thefromString(String)factory method.Creates a new instance of NetworkPlugin value.
-
-
Method Details
-
fromString
Creates or finds a NetworkPlugin from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkPlugin.
-
values
Gets known NetworkPlugin values.- Returns:
- known NetworkPlugin values.
-
fromString(String)factory method.