Module: Google::Cloud::Compute::V1::Snapshot::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0
- CREATING =
Snapshot creation is in progress.
455_564_985
- DELETING =
Snapshot is currently being deleted.
528_602_024
- FAILED =
Snapshot creation failed.
455_706_685
- READY =
Snapshot has been created successfully.
77_848_963
- UPLOADING =
Snapshot is being uploaded.
267_603_489