Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Image::Status (v1.3.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: 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.