Class NginxIngressControllerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NginxIngressControllerType>
com.azure.resourcemanager.containerservice.models.NginxIngressControllerType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class NginxIngressControllerType
extends com.azure.core.util.ExpandableStringEnum<NginxIngressControllerType>
Ingress type for the default NginxIngressController custom resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NginxIngressControllerTypeStatic value AnnotationControlled for NginxIngressControllerType.static final NginxIngressControllerTypeStatic value External for NginxIngressControllerType.static final NginxIngressControllerTypeStatic value Internal for NginxIngressControllerType.static final NginxIngressControllerTypeStatic value None for NginxIngressControllerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NginxIngressControllerTypefromString(String name) Creates or finds a NginxIngressControllerType from its string representation.static Collection<NginxIngressControllerType> values()Gets known NginxIngressControllerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ANNOTATION_CONTROLLED
Static value AnnotationControlled for NginxIngressControllerType. -
EXTERNAL
Static value External for NginxIngressControllerType. -
INTERNAL
Static value Internal for NginxIngressControllerType. -
NONE
Static value None for NginxIngressControllerType.
-
-
Constructor Details
-
NginxIngressControllerType
Deprecated.Use thefromString(String)factory method.Creates a new instance of NginxIngressControllerType value.
-
-
Method Details
-
fromString
Creates or finds a NginxIngressControllerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NginxIngressControllerType.
-
values
Gets known NginxIngressControllerType values.- Returns:
- known NginxIngressControllerType values.
-
fromString(String)factory method.