Class Status (1.19.0)

Status(value)

[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.

Enums

Name Description
UNDEFINED_STATUS A value indicating that the enum field is not set.
DELETING Image is deleting.
FAILED Image creation failed due to an error.
PENDING Image hasn't been created as yet.
READY Image has been successfully created.