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
Mesh is disabled. |
|
static final
Service |
ISTIO
Istio deployed as an AKS addon. |
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
Mesh is disabled.
ISTIO
public static final ServiceMeshMode ISTIO
Istio deployed as an AKS addon.
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<ServiceMeshMode> values()
Gets known ServiceMeshMode values.
Returns: