status property

String? status
getter/setter pair

The status of the snapshot.

This can be CREATING, DELETING, FAILED, READY, or UPLOADING.

Output only. Possible string values are:

  • "CREATING" : Snapshot creation is in progress.
  • "DELETING" : Snapshot is currently being deleted.
  • "FAILED" : Snapshot creation failed.
  • "READY" : Snapshot has been created successfully.
  • "UPLOADING" : Snapshot is being uploaded.

Implementation

core.String? status;