readReplicasMode

@JvmName(name = "jlftnnrhxyngvdkb")
suspend fun readReplicasMode(value: Output<String>)
@JvmName(name = "nfcgalnfxmgigilm")
suspend fun readReplicasMode(value: String?)

Parameters

value

Optional. Read replica mode. Can only be specified when trying to create the instance. If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.

  • READ_REPLICAS_DISABLED: If disabled, read endpoint will not be provided and the instance cannot scale up or down the number of replicas.

  • READ_REPLICAS_ENABLED: If enabled, read endpoint will be provided and the instance can scale up and down the number of replicas. Possible values are: READ_REPLICAS_DISABLED, READ_REPLICAS_ENABLED.