Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Disk::Status (v2.7.2)

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: 455_564_985
Disk is provisioning

DELETING

value: 528_602_024
Disk is deleting.

FAILED

value: 455_706_685
Disk creation failed.

READY

value: 77_848_963
Disk is ready for use.

RESTORING

value: 404_263_851
Source data is being copied into the disk.