Class NetworkPluginMode

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

public final class NetworkPluginMode extends com.azure.core.util.ExpandableStringEnum<NetworkPluginMode>
The mode the network plugin should use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NetworkPluginMode
    Used with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a NetworkPluginMode from its string representation.
    Gets known NetworkPluginMode values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • OVERLAY

      public static final NetworkPluginMode OVERLAY
      Used with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables. For more information visit https://aka.ms/aks/azure-cni-overlay.
  • Constructor Details

    • NetworkPluginMode

      @Deprecated public NetworkPluginMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NetworkPluginMode value.
  • Method Details

    • fromString

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

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