Class IstioIngressGatewayMode

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

public final class IstioIngressGatewayMode extends com.azure.core.util.ExpandableStringEnum<IstioIngressGatewayMode>
Mode of an ingress gateway.
  • Field Details

    • EXTERNAL

      public static final IstioIngressGatewayMode EXTERNAL
      Static value External for IstioIngressGatewayMode.
    • INTERNAL

      public static final IstioIngressGatewayMode INTERNAL
      Static value Internal for IstioIngressGatewayMode.
  • Constructor Details

    • IstioIngressGatewayMode

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

    • fromString

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

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