ServiceMeshMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. ServiceMeshMode
- com.
- com.
public final class ServiceMeshMode
extends ExpandableStringEnum<ServiceMeshMode>
Mode of the service mesh.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Service |
DISABLED
Static value Disabled for Service |
static final
Service |
ISTIO
Static value Istio for Service |
Constructor Summary
Constructor | Description |
---|---|
ServiceMeshMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromString(String name)
Creates or finds a Service |
static
Collection<Service |
values()
Gets known Service |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final ServiceMeshMode DISABLED
Static value Disabled for ServiceMeshMode.
ISTIO
public static final ServiceMeshMode ISTIO
Static value Istio for ServiceMeshMode.
Constructor Details
ServiceMeshMode
@Deprecated
public ServiceMeshMode()
Deprecated
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:
Returns:
values
public static Collection
Gets known ServiceMeshMode values.
Returns:
Applies to
Azure SDK for Java