Class ServiceMeshMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceMeshMode>
com.azure.resourcemanager.containerservice.models.ServiceMeshMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ServiceMeshMode
extends com.azure.core.util.ExpandableStringEnum<ServiceMeshMode>
Mode of the service mesh.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceMeshModeStatic value Disabled for ServiceMeshMode.static final ServiceMeshModeStatic value Istio for ServiceMeshMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceMeshModefromString(String name) Creates or finds a ServiceMeshMode from its string representation.static Collection<ServiceMeshMode> values()Gets known ServiceMeshMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ISTIO
Static value Istio for ServiceMeshMode. -
DISABLED
Static value Disabled for ServiceMeshMode.
-
-
Constructor Details
-
ServiceMeshMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServiceMeshMode value.
-
-
Method Details
-
fromString
Creates or finds a ServiceMeshMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServiceMeshMode.
-
values
Gets known ServiceMeshMode values.- Returns:
- known ServiceMeshMode values.
-
fromString(String)factory method.