status property

String? status
getter/setter pair

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.

Output only. Possible string values are:

  • "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.

Implementation

core.String? status;