Class ClusterUpgradeHistorySeverityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterUpgradeHistorySeverityType>
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeHistorySeverityType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ClusterUpgradeHistorySeverityType
extends com.azure.core.util.ExpandableStringEnum<ClusterUpgradeHistorySeverityType>
Severity of this upgrade.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterUpgradeHistorySeverityTypeStatic value critical for ClusterUpgradeHistorySeverityType.static final ClusterUpgradeHistorySeverityTypeStatic value high for ClusterUpgradeHistorySeverityType.static final ClusterUpgradeHistorySeverityTypeStatic value low for ClusterUpgradeHistorySeverityType.static final ClusterUpgradeHistorySeverityTypeStatic value medium for ClusterUpgradeHistorySeverityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ClusterUpgradeHistorySeverityType from its string representation.values()Gets known ClusterUpgradeHistorySeverityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LOW
Static value low for ClusterUpgradeHistorySeverityType. -
MEDIUM
Static value medium for ClusterUpgradeHistorySeverityType. -
HIGH
Static value high for ClusterUpgradeHistorySeverityType. -
CRITICAL
Static value critical for ClusterUpgradeHistorySeverityType.
-
-
Constructor Details
-
ClusterUpgradeHistorySeverityType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ClusterUpgradeHistorySeverityType value.
-
-
Method Details
-
fromString
Creates or finds a ClusterUpgradeHistorySeverityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ClusterUpgradeHistorySeverityType.
-
values
Gets known ClusterUpgradeHistorySeverityType values.- Returns:
- known ClusterUpgradeHistorySeverityType values.
-
fromString(String)factory method.