Google Cloud Net App V1 Client - Class State (0.3.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class State.

The Snapshot States

Protobuf type google.cloud.netapp.v1.Snapshot.State

Namespace

Google \ Cloud \ NetApp \ V1 \ Snapshot

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified Snapshot State

Generated from protobuf enum STATE_UNSPECIFIED = 0;

READY

Value: 1

Snapshot State is Ready

Generated from protobuf enum READY = 1;

CREATING

Value: 2

Snapshot State is Creating

Generated from protobuf enum CREATING = 2;

DELETING

Value: 3

Snapshot State is Deleting

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

Snapshot State is Updating

Generated from protobuf enum UPDATING = 4;

DISABLED

Value: 5

Snapshot State is Disabled

Generated from protobuf enum DISABLED = 5;

ERROR

Value: 6

Snapshot State is Error

Generated from protobuf enum ERROR = 6;