status property
The disk status.
Output only. Possible string values are:
- "CREATING" : Disk is provisioning
- "DELETING" : Disk is deleting.
- "FAILED" : Disk creation failed.
- "READY" : Disk is ready for use.
- "RESTORING" : Source data is being copied into the disk.
- "UNAVAILABLE" : Disk is currently unavailable and cannot be accessed, attached or detached.
Implementation
core.String? status;