Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Image::Status (v2.1.0)

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: 528_602_024
Image is deleting.

FAILED

value: 455_706_685
Image creation failed due to an error.

PENDING

value: 35_394_935
Image hasn't been created as yet.

READY

value: 77_848_963
Image has been successfully created.