Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The Storage Pool States
Protobuf type google.cloud.netapp.v1.StoragePool.State
Namespace
Google \ Cloud \ NetApp \ V1 \ StoragePoolMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified Storage Pool State
Generated from protobuf enum STATE_UNSPECIFIED = 0;
READY
Value: 1
Storage Pool State is Ready
Generated from protobuf enum READY = 1;
CREATING
Value: 2
Storage Pool State is Creating
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3
Storage Pool State is Deleting
Generated from protobuf enum DELETING = 3;
UPDATING
Value: 4
Storage Pool State is Updating
Generated from protobuf enum UPDATING = 4;
RESTORING
Value: 5
Storage Pool State is Restoring
Generated from protobuf enum RESTORING = 5;
DISABLED
Value: 6
Storage Pool State is Disabled
Generated from protobuf enum DISABLED = 6;
ERROR
Value: 7
Storage Pool State is Error
Generated from protobuf enum ERROR = 7;