Class IstioIngressGatewayMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IstioIngressGatewayMode>
com.azure.resourcemanager.containerservice.models.IstioIngressGatewayMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class IstioIngressGatewayMode
extends com.azure.core.util.ExpandableStringEnum<IstioIngressGatewayMode>
Mode of an ingress gateway.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IstioIngressGatewayModeThe ingress gateway is assigned a public IP address and is publicly accessible.static final IstioIngressGatewayModeThe ingress gateway is assigned an internal IP address and cannot is accessed publicly. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IstioIngressGatewayModefromString(String name) Creates or finds a IstioIngressGatewayMode from its string representation.static Collection<IstioIngressGatewayMode> values()Gets known IstioIngressGatewayMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EXTERNAL
The ingress gateway is assigned a public IP address and is publicly accessible. -
INTERNAL
The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
-
-
Constructor Details
-
IstioIngressGatewayMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of IstioIngressGatewayMode value.
-
-
Method Details
-
fromString
Creates or finds a IstioIngressGatewayMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IstioIngressGatewayMode.
-
values
Gets known IstioIngressGatewayMode values.- Returns:
- known IstioIngressGatewayMode values.
-
fromString(String)factory method.