Module: Google::Cloud::Compute::V1::InstantSnapshot::Status

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
CREATING =

InstantSnapshot creation is in progress.

455_564_985
DELETING =

InstantSnapshot is currently being deleted.

528_602_024
FAILED =

InstantSnapshot creation failed.

455_706_685
READY =

InstantSnapshot has been created successfully.

77_848_963
UNAVAILABLE =

InstantSnapshot is currently unavailable and cannot be used for Disk restoration

413_756_464