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

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

The volume states

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

Namespace

Google \ Cloud \ NetApp \ V1 \ Volume

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified Volume State

Generated from protobuf enum STATE_UNSPECIFIED = 0;

READY

Value: 1

Volume State is Ready

Generated from protobuf enum READY = 1;

CREATING

Value: 2

Volume State is Creating

Generated from protobuf enum CREATING = 2;

DELETING

Value: 3

Volume State is Deleting

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

Volume State is Updating

Generated from protobuf enum UPDATING = 4;

RESTORING

Value: 5

Volume State is Restoring

Generated from protobuf enum RESTORING = 5;

DISABLED

Value: 6

Volume State is Disabled

Generated from protobuf enum DISABLED = 6;

ERROR

Value: 7

Volume State is Error

Generated from protobuf enum ERROR = 7;

PREPARING

Value: 8

Volume State is Preparing. Note that this is different from CREATING where CREATING means the volume is being created, while PREPARING means the volume is created and now being prepared for the replication.

Generated from protobuf enum PREPARING = 8;

READ_ONLY

Value: 9

Volume State is Read Only

Generated from protobuf enum READ_ONLY = 9;