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 IstioIngressGatewayModeStatic value External for IstioIngressGatewayMode.static final IstioIngressGatewayModeStatic value Internal for IstioIngressGatewayMode. -
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
Static value External for IstioIngressGatewayMode. -
INTERNAL
Static value Internal for IstioIngressGatewayMode.
-
-
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.