Enum Instance.Types.ReadReplicasMode (2.4.0)

public enum ReadReplicasMode

Read replicas mode.

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.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.

Unspecified

If not set, Memorystore Redis backend will pick the mode based on other fields in the request.