Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Image::Status.
[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
Constants
UNDEFINED_STATUS
value: 0 A value indicating that the enum field is not set.
DELETING
value: 528602024 Image is deleting.
FAILED
value: 455706685 Image creation failed due to an error.
PENDING
value: 35394935 Image hasn't been created as yet.
READY
value: 77848963 Image has been successfully created.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]