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.

455564985
DELETING =

Snapshot is currently being deleted.

528602024
FAILED =

Snapshot creation failed.

455706685
READY =

Snapshot has been created successfully.

77848963
UPLOADING =

Snapshot is being uploaded.

267603489