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
      The ingress gateway is assigned a public IP address and is publicly accessible.
    • INTERNAL

      public static final IstioIngressGatewayMode INTERNAL
      The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
  • 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.