status property

String? status
final

Output only. Output Only The status of disk creation.

 - CREATING: Disk is provisioning.
 - RESTORING: Source data is being copied into the
 disk.
 - FAILED: Disk creation failed.
 - READY: Disk is ready for use.
 - DELETING: Disk is deleting.

Check the Status enum for the list of possible values.

Implementation

final String? status;