public enum Instance.Types.ReadReplicasModeReference documentation and code samples for the Google Cloud Memorystore for Redis v1 API enum Instance.Types.ReadReplicasMode.
Read replicas mode.
Namespace
Google.Cloud.Redis.V1Assembly
Google.Cloud.Redis.V1.dll
Fields |
|
|---|---|
| Name | Description |
ReadReplicasDisabled |
If disabled, read endpoint will not be provided and the instance cannot scale up or down the number of replicas. |
ReadReplicasEnabled |
If enabled, read endpoint will be provided and the instance can scale up and down the number of replicas. Not valid for basic tier. |
Unspecified |
If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED. |