Reference documentation and code samples for the Memorystore for Memcached V1 Client class State.
Different states of a Memcached node.
Protobuf type google.cloud.memcache.v1.Instance.Node.State
Namespace
Google \ Cloud \ Memcache \ V1 \ Instance \ NodeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Node state is not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Node is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2Node has been created and ready to be used.
Generated from protobuf enum READY = 2;
DELETING
Value: 3Node is being deleted.
Generated from protobuf enum DELETING = 3;
UPDATING
Value: 4Node is being updated.
Generated from protobuf enum UPDATING = 4;