Memorystore V1 API - Module Google::Cloud::Memorystore::V1::Instance::Mode (v1.11.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Memorystore V1 API module Google::Cloud::Memorystore::V1::Instance::Mode.
The mode config, which is used to enable/disable cluster mode.
Constants
MODE_UNSPECIFIED
value: 0 Mode is not specified.
STANDALONE
value: 1 Deprecated: Use CLUSTER_DISABLED instead.
CLUSTER
value: 2 Instance is in cluster mode.
CLUSTER_DISABLED
value: 4 Cluster mode is disabled for the instance.