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>

public final class NetworkPlugin extends com.azure.core.util.ExpandableStringEnum<NetworkPlugin>
Network plugin used for building the Kubernetes network.
  • Field Details

    • AZURE

      public static final NetworkPlugin 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

      public static final NetworkPlugin 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

      public static final NetworkPlugin 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 public NetworkPlugin()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NetworkPlugin value.
  • Method Details

    • fromString

      public static NetworkPlugin fromString(String name)
      Creates or finds a NetworkPlugin from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NetworkPlugin.
    • values

      public static Collection<NetworkPlugin> values()
      Gets known NetworkPlugin values.
      Returns:
      known NetworkPlugin values.