Module: Google::Cloud::OsConfig::V1::PatchJob::State
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
Enumeration of the various states a patch job passes through as it executes.
Constant Summary collapse
- STATE_UNSPECIFIED =
State must be specified.
0
- STARTED =
The patch job was successfully initiated.
1
- INSTANCE_LOOKUP =
The patch job is looking up instances to run the patch on.
2
- PATCHING =
Instances are being patched.
3
- SUCCEEDED =
Patch job completed successfully.
4
- COMPLETED_WITH_ERRORS =
Patch job completed but there were errors.
5
- CANCELED =
The patch job was canceled.
6
- TIMED_OUT =
The patch job timed out.
7