Class HotpatchEnablementStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HotpatchEnablementStatus>
com.azure.resourcemanager.hybridcompute.models.HotpatchEnablementStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class HotpatchEnablementStatus
extends com.azure.core.util.ExpandableStringEnum<HotpatchEnablementStatus>
Status of hotpatch enablement or disablement.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HotpatchEnablementStatusStatic value ActionRequired for HotpatchEnablementStatus.static final HotpatchEnablementStatusStatic value Disabled for HotpatchEnablementStatus.static final HotpatchEnablementStatusStatic value Enabled for HotpatchEnablementStatus.static final HotpatchEnablementStatusStatic value PendingEvaluation for HotpatchEnablementStatus.static final HotpatchEnablementStatusStatic value Unknown for HotpatchEnablementStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HotpatchEnablementStatusfromString(String name) Creates or finds a HotpatchEnablementStatus from its string representation.static Collection<HotpatchEnablementStatus> values()Gets known HotpatchEnablementStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for HotpatchEnablementStatus. -
PENDING_EVALUATION
Static value PendingEvaluation for HotpatchEnablementStatus. -
DISABLED
Static value Disabled for HotpatchEnablementStatus. -
ACTION_REQUIRED
Static value ActionRequired for HotpatchEnablementStatus. -
ENABLED
Static value Enabled for HotpatchEnablementStatus.
-
-
Constructor Details
-
HotpatchEnablementStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of HotpatchEnablementStatus value.
-
-
Method Details
-
fromString
Creates or finds a HotpatchEnablementStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HotpatchEnablementStatus.
-
values
Gets known HotpatchEnablementStatus values.- Returns:
- known HotpatchEnablementStatus values.
-
fromString(String)factory method.