VMGuestPatchRebootStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. VMGuestPatchRebootStatus
- com.
- com.
public final class VMGuestPatchRebootStatus
extends ExpandableStringEnum<VMGuestPatchRebootStatus>
The reboot state of the VM following completion of the operation.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
VMGuest |
COMPLETED
Static value Completed for VMGuest |
static final
VMGuest |
FAILED
Static value Failed for VMGuest |
static final
VMGuest |
NOT_NEEDED
Static value Not |
static final
VMGuest |
REQUIRED
Static value Required for VMGuest |
static final
VMGuest |
STARTED
Static value Started for VMGuest |
static final
VMGuest |
UNKNOWN
Static value Unknown for VMGuest |
Constructor Summary
Constructor | Description |
---|---|
VMGuestPatchRebootStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of VMGuest |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
VMGuest |
fromString(String name)
Creates or finds a VMGuest |
static
Collection<VMGuest |
values()
Gets known VMGuest |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMPLETED
public static final VMGuestPatchRebootStatus COMPLETED
Static value Completed for VMGuestPatchRebootStatus.
FAILED
public static final VMGuestPatchRebootStatus FAILED
Static value Failed 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.
UNKNOWN
public static final VMGuestPatchRebootStatus UNKNOWN
Static value Unknown for VMGuestPatchRebootStatus.
Constructor Details
VMGuestPatchRebootStatus
@Deprecated
public VMGuestPatchRebootStatus()
Deprecated
Creates a new instance of VMGuestPatchRebootStatus value.
Method Details
fromString
public static VMGuestPatchRebootStatus fromString(String name)
Creates or finds a VMGuestPatchRebootStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VMGuestPatchRebootStatus values.
Returns: