GatewayApiIstioEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. GatewayApiIstioEnabled
- com.
- com.
public final class GatewayApiIstioEnabled
extends ExpandableStringEnum<GatewayApiIstioEnabled>
Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Gateway |
DISABLED
Disables the sidecar-less istio control plane for managed ingress via the Gateway API. |
|
static final
Gateway |
ENABLED
Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane. |
Constructor Summary
| Constructor | Description |
|---|---|
| GatewayApiIstioEnabled() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gateway |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gateway |
fromString(String name)
Creates or finds a Gateway |
|
static
Collection<Gateway |
values()
Gets known Gateway |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final GatewayApiIstioEnabled DISABLED
Disables the sidecar-less istio control plane for managed ingress via the Gateway API.
ENABLED
public static final GatewayApiIstioEnabled ENABLED
Enables managed ingress via the Gateway API using a sidecar-less Istio controlplane.
Constructor Details
GatewayApiIstioEnabled
@Deprecated
public GatewayApiIstioEnabled()
Deprecated
Creates a new instance of GatewayApiIstioEnabled value.
Method Details
fromString
public static GatewayApiIstioEnabled fromString(String name)
Creates or finds a GatewayApiIstioEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<GatewayApiIstioEnabled> values()
Gets known GatewayApiIstioEnabled values.
Returns: