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 \ VolumeMethods
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;