Class ServiceMeshMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceMeshMode>
com.azure.resourcemanager.containerservice.models.ServiceMeshMode

public final class ServiceMeshMode extends com.azure.core.util.ExpandableStringEnum<ServiceMeshMode>
Mode of the service mesh.
  • Field Details

    • ISTIO

      public static final ServiceMeshMode ISTIO
      Static value Istio for ServiceMeshMode.
    • DISABLED

      public static final ServiceMeshMode DISABLED
      Static value Disabled for ServiceMeshMode.
  • Constructor Details

    • ServiceMeshMode

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

    • fromString

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

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