Google Cloud Memorystore for Memcached V1 API - Module Google::Cloud::Memcache::V1::Instance::State (v0.5.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API module Google::Cloud::Memcache::V1::Instance::State.

Different states of a Memcached instance.

Constants

STATE_UNSPECIFIED

value: 0
State not set.

CREATING

value: 1
Memcached instance is being created.

READY

value: 2
Memcached instance has been created and ready to be used.

UPDATING

value: 3
Memcached instance is updating configuration such as maintenance policy and schedule.

DELETING

value: 4
Memcached instance is being deleted.

PERFORMING_MAINTENANCE

value: 5
Memcached instance is going through maintenance, e.g. data plane rollout.