Reference documentation and code samples for the Google Cloud Memorystore V1 Client class State.
Possible states of the instance.
Protobuf type google.cloud.memorystore.v1.Instance.State
Namespace
Google \ Cloud \ Memorystore \ 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
Instance is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
Instance has been created and is usable.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3
Instance is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
Instance is being deleted.
Generated from protobuf enum DELETING = 4;