Cloud OS Config V1 API - Module Google::Cloud::OsConfig::V1::PatchJob::State (v0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-24 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]