Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class State.
The possible states of a Parallelstore instance.
Protobuf type google.cloud.parallelstore.v1.Instance.State
Namespace
Google \ Cloud \ Parallelstore \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The instance is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The instance is available for use.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
The instance is being deleted.
Generated from protobuf enum DELETING = 3;
FAILED
Value: 4
The instance is not usable.
Generated from protobuf enum FAILED = 4;
UPGRADING
Value: 5
The instance is being upgraded.
Generated from protobuf enum UPGRADING = 5;