Cloud OS Config V1 API - Module Google::Cloud::OsConfig::V1::PatchJob::State (v0.10.0)

Reference documentation and code samples for the Cloud OS Config V1 API module Google::Cloud::OsConfig::V1::PatchJob::State.

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

Constants

STATE_UNSPECIFIED

value: 0
State must be specified.

STARTED

value: 1
The patch job was successfully initiated.

INSTANCE_LOOKUP

value: 2
The patch job is looking up instances to run the patch on.

PATCHING

value: 3
Instances are being patched.

SUCCEEDED

value: 4
Patch job completed successfully.

COMPLETED_WITH_ERRORS

value: 5
Patch job completed but there were errors.

CANCELED

value: 6
The patch job was canceled.

TIMED_OUT

value: 7
The patch job timed out.