Class PatchState (1.17.2)

PatchState(value)

Patch state of an instance.

Values: PATCH_STATE_UNSPECIFIED (0): Unspecified. PENDING (1): The instance is not yet notified. INACTIVE (2): Instance is inactive and cannot be patched. NOTIFIED (3): The instance is notified that it should be patched. STARTED (4): The instance has started the patching process. DOWNLOADING_PATCHES (5): The instance is downloading patches. APPLYING_PATCHES (6): The instance is applying patches. REBOOTING (7): The instance is rebooting. SUCCEEDED (8): The instance has completed applying patches. SUCCEEDED_REBOOT_REQUIRED (9): The instance has completed applying patches but a reboot is required. FAILED (10): The instance has failed to apply the patch. ACKED (11): The instance acked the notification and will start shortly. TIMED_OUT (12): The instance exceeded the time out while applying the patch. RUNNING_PRE_PATCH_STEP (13): The instance is running the pre-patch step. RUNNING_POST_PATCH_STEP (14): The instance is running the post-patch step. NO_AGENT_DETECTED (15): The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.