Google Cloud Memorystore for Redis v1beta1 API - Enum Instance.Types.ReadReplicasMode (3.0.0-beta04)

public enum Instance.Types.ReadReplicasMode

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API enum Instance.Types.ReadReplicasMode.

Read replicas mode.

Namespace

Google.Cloud.Redis.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.dll

Fields

NameDescription
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.