status property
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.
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;