Module: Google::Cloud::Compute::V1::Image::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[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.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0
- DELETING =
Image is deleting.
528_602_024
- FAILED =
Image creation failed due to an error.
455_706_685
- PENDING =
Image hasn't been created as yet.
35_394_935
- READY =
Image has been successfully created.
77_848_963