public enum Disk.Types.StatusReference documentation and code samples for the Compute Engine v1 API enum Disk.Types.Status.
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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
UndefinedStatus |
A value indicating that the enum field is not set. |