Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Snapshot::Status (v1.5.0)

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

[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.

Constants

UNDEFINED_STATUS

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

CREATING

value: 455564985
Snapshot creation is in progress.

DELETING

value: 528602024
Snapshot is currently being deleted.

FAILED

value: 455706685
Snapshot creation failed.

READY

value: 77848963
Snapshot has been created successfully.

UPLOADING

value: 267603489
Snapshot is being uploaded.