Compute V1 Client - Class Status (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Status.

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

Protobuf type google.cloud.compute.v1.InstantSnapshot.Status

Namespace

Google \ Cloud \ Compute \ V1 \ InstantSnapshot

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATUS = 0;

CREATING

Value: 455564985

InstantSnapshot creation is in progress.

Generated from protobuf enum CREATING = 455564985;

DELETING

Value: 528602024

InstantSnapshot is currently being deleted.

Generated from protobuf enum DELETING = 528602024;

FAILED

Value: 455706685

InstantSnapshot creation failed.

Generated from protobuf enum FAILED = 455706685;

READY

Value: 77848963

InstantSnapshot has been created successfully.

Generated from protobuf enum READY = 77848963;

UNAVAILABLE

Value: 413756464

InstantSnapshot is currently unavailable and cannot be used for Disk restoration

Generated from protobuf enum UNAVAILABLE = 413756464;