Memorystore for Memcached V1beta2 Client - Class State (1.1.1)

Reference documentation and code samples for the Memorystore for Memcached V1beta2 Client class State.

Different states of a Memcached node.

Protobuf type google.cloud.memcache.v1beta2.Instance.Node.State

Namespace

Google \ Cloud \ Memcache \ V1beta2 \ Instance \ Node

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Node state is not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Node is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

Node has been created and ready to be used.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

Node is being deleted.

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

Node is being updated.

Generated from protobuf enum UPDATING = 4;