Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Disk::Status (v1.10.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Disk::Status.

[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.

Constants

UNDEFINED_STATUS

value: 0
A value indicating that the enum field is not set.

CREATING

value: 455564985
Disk is provisioning

DELETING

value: 528602024
Disk is deleting.

FAILED

value: 455706685
Disk creation failed.

READY

value: 77848963
Disk is ready for use.

RESTORING

value: 404263851
Source data is being copied into the disk.