IstioIngressGatewayMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. IstioIngressGatewayMode
- com.
- com.
public final class IstioIngressGatewayMode
extends ExpandableStringEnum<IstioIngressGatewayMode>
Mode of an ingress gateway.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Istio |
EXTERNAL
The ingress gateway is assigned a public IP address and is publicly accessible. |
|
static final
Istio |
INTERNAL
The ingress gateway is assigned an internal IP address and cannot is accessed publicly. |
Constructor Summary
| Constructor | Description |
|---|---|
| IstioIngressGatewayMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Istio |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Istio |
fromString(String name)
Creates or finds a Istio |
|
static
Collection<Istio |
values()
Gets known Istio |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EXTERNAL
public static final IstioIngressGatewayMode EXTERNAL
The ingress gateway is assigned a public IP address and is publicly accessible.
INTERNAL
public static final IstioIngressGatewayMode INTERNAL
The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
Constructor Details
IstioIngressGatewayMode
@Deprecated
public IstioIngressGatewayMode()
Deprecated
Creates a new instance of IstioIngressGatewayMode value.
Method Details
fromString
public static IstioIngressGatewayMode fromString(String name)
Creates or finds a IstioIngressGatewayMode from its string representation.
Parameters:
Returns:
values
public static Collection<IstioIngressGatewayMode> values()
Gets known IstioIngressGatewayMode values.
Returns: