state property
Current state of instance patch. Possible string values are:
- "PATCH_STATE_UNSPECIFIED" : Unspecified.
- "PENDING" : The instance is not yet notified.
- "INACTIVE" : Instance is inactive and cannot be patched.
- "NOTIFIED" : The instance is notified that it should be patched.
- "STARTED" : The instance has started the patching process.
- "DOWNLOADING_PATCHES" : The instance is downloading patches.
- "APPLYING_PATCHES" : The instance is applying patches.
- "REBOOTING" : The instance is rebooting.
- "SUCCEEDED" : The instance has completed applying patches.
- "SUCCEEDED_REBOOT_REQUIRED" : The instance has completed applying patches but a reboot is required.
- "FAILED" : The instance has failed to apply the patch.
- "ACKED" : The instance acked the notification and will start shortly.
- "TIMED_OUT" : The instance exceeded the time out while applying the patch.
- "RUNNING_PRE_PATCH_STEP" : The instance is running the pre-patch step.
- "RUNNING_POST_PATCH_STEP" : The instance is running the post-patch step.
- "NO_AGENT_DETECTED" : 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.
Implementation
core.String? state;