Class ProxyRedirectionMechanism

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

public final class ProxyRedirectionMechanism extends com.azure.core.util.ExpandableStringEnum<ProxyRedirectionMechanism>
Mode of traffic redirection.
  • Field Details

    • INIT_CONTAINERS

      public static final ProxyRedirectionMechanism INIT_CONTAINERS
      Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW).
    • CNICHAINING

      public static final ProxyRedirectionMechanism CNICHAINING
      Istio will install a chained CNI plugin to redirect traffic (recommended).
  • Constructor Details

    • ProxyRedirectionMechanism

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

    • fromString

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

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