ClusterZoneDistributionConfig

data class ClusterZoneDistributionConfig(val mode: String? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Immutable. The mode for zone distribution for Memorystore Redis cluster. If not provided, MULTI_ZONE will be used as default Possible values are: MULTI_ZONE, SINGLE_ZONE.

Link copied to clipboard
val zone: String? = null

Immutable. The zone for single zone Memorystore Redis cluster.