Google Cloud Memorystore for Memcached API - Module Google::Cloud::Memcache::V1beta2::Instance::State (v0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Memorystore for Memcached API module Google::Cloud::Memcache::V1beta2::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.