Class State (1.17.5)

State(value)

Enumeration of the various states a patch job passes through as it executes.

Enums

Name Description
STATE_UNSPECIFIED State must be specified.
STARTED The patch job was successfully initiated.
INSTANCE_LOOKUP The patch job is looking up instances to run the patch on.
PATCHING Instances are being patched.
SUCCEEDED Patch job completed successfully.
COMPLETED_WITH_ERRORS Patch job completed but there were errors.
CANCELED The patch job was canceled.
TIMED_OUT The patch job timed out.