status property

String? status
getter/setter pair

The status of the machine image.

One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.

Output only. Possible string values are:

  • "CREATING"
  • "DELETING"
  • "INVALID"
  • "READY"
  • "UPLOADING"

Implementation

core.String? status;