Class VMGuestPatchRebootStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
com.azure.resourcemanager.hybridcompute.models.VMGuestPatchRebootStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VMGuestPatchRebootStatus
extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
The reboot state of the VM following completion of the operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootStatusStatic value Completed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusStatic value Failed for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusStatic value NotNeeded for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusStatic value Required for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusStatic value Started for VMGuestPatchRebootStatus.static final VMGuestPatchRebootStatusStatic value Unknown for VMGuestPatchRebootStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootStatusfromString(String name) Creates or finds a VMGuestPatchRebootStatus from its string representation.static Collection<VMGuestPatchRebootStatus> values()Gets known VMGuestPatchRebootStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for VMGuestPatchRebootStatus. -
NOT_NEEDED
Static value NotNeeded for VMGuestPatchRebootStatus. -
REQUIRED
Static value Required for VMGuestPatchRebootStatus. -
STARTED
Static value Started for VMGuestPatchRebootStatus. -
FAILED
Static value Failed for VMGuestPatchRebootStatus. -
COMPLETED
Static value Completed for VMGuestPatchRebootStatus.
-
-
Constructor Details
-
VMGuestPatchRebootStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of VMGuestPatchRebootStatus value.
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootStatus.
-
values
Gets known VMGuestPatchRebootStatus values.- Returns:
- known VMGuestPatchRebootStatus values.
-
fromString(String)factory method.