RebootStatus Enum

The reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully.

Inheritance
builtins.str
RebootStatus
RebootStatus

Constructor

RebootStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

COMPLETED
FAILED
NOT_NEEDED
REQUIRED
STARTED