Class VMGuestPatchRebootStatus
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
-
- com.azure.resourcemanager.compute.models.VMGuestPatchRebootStatus
-
public final class VMGuestPatchRebootStatus extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootStatus>
Defines values for VMGuestPatchRebootStatus.
-
-
Field Summary
Fields Modifier and Type Field Description static VMGuestPatchRebootStatusCOMPLETEDStatic value Completed for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusFAILEDStatic value Failed for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusNOT_NEEDEDStatic value NotNeeded for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusREQUIREDStatic value Required for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusSTARTEDStatic value Started for VMGuestPatchRebootStatus.static VMGuestPatchRebootStatusUNKNOWNStatic value Unknown for VMGuestPatchRebootStatus.
-
Constructor Summary
Constructors Constructor Description VMGuestPatchRebootStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VMGuestPatchRebootStatusfromString(String name)Creates or finds a VMGuestPatchRebootStatus from its string representation.static Collection<VMGuestPatchRebootStatus>values()
-
-
-
Field Detail
-
UNKNOWN
public static final VMGuestPatchRebootStatus UNKNOWN
Static value Unknown for VMGuestPatchRebootStatus.
-
NOT_NEEDED
public static final VMGuestPatchRebootStatus NOT_NEEDED
Static value NotNeeded for VMGuestPatchRebootStatus.
-
REQUIRED
public static final VMGuestPatchRebootStatus REQUIRED
Static value Required for VMGuestPatchRebootStatus.
-
STARTED
public static final VMGuestPatchRebootStatus STARTED
Static value Started for VMGuestPatchRebootStatus.
-
FAILED
public static final VMGuestPatchRebootStatus FAILED
Static value Failed for VMGuestPatchRebootStatus.
-
COMPLETED
public static final VMGuestPatchRebootStatus COMPLETED
Static value Completed for VMGuestPatchRebootStatus.
-
-
Method Detail
-
fromString
public static VMGuestPatchRebootStatus fromString(String name)
Creates or finds a VMGuestPatchRebootStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootStatus.
-
values
public static Collection<VMGuestPatchRebootStatus> values()
- Returns:
- known VMGuestPatchRebootStatus values.
-
-