ClusterZoneDistributionConfigArgs

data class ClusterZoneDistributionConfigArgs(val mode: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<ClusterZoneDistributionConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val mode: Output<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: Output<String>? = null

Immutable. The zone for single zone Memorystore Redis cluster.

Functions

Link copied to clipboard
open override fun toJava(): ClusterZoneDistributionConfigArgs