Class NetworkDataplane

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
com.azure.resourcemanager.containerservice.models.NetworkDataplane
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class NetworkDataplane extends com.azure.core.util.ExpandableStringEnum<NetworkDataplane>
Network dataplane used in the Kubernetes cluster.
  • 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding NetworkDataplane.
    • values

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