replicaPlacements

@JvmName(name = "cgrfdfjhkpararfn")
suspend fun replicaPlacements(value: Output<List<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "bxxltkyyltvblhkg")
suspend fun replicaPlacements(value: List<AzureClusterControlPlaneReplicaPlacementArgs>?)

Parameters

value

Configuration for where to place the control plane replicas. Up to three replica placement instances can be specified. If replica_placements is set, the replica placement instances will be applied to the three control plane replicas as evenly as possible.


@JvmName(name = "thvsmchmmxorgssa")
suspend fun replicaPlacements(vararg values: Output<AzureClusterControlPlaneReplicaPlacementArgs>)


@JvmName(name = "gmjgkfelgimujsqs")
suspend fun replicaPlacements(values: List<Output<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "whwwfhlmfidtmdup")
suspend fun replicaPlacements(vararg values: AzureClusterControlPlaneReplicaPlacementArgs)

Parameters

values

Configuration for where to place the control plane replicas. Up to three replica placement instances can be specified. If replica_placements is set, the replica placement instances will be applied to the three control plane replicas as evenly as possible.


@JvmName(name = "nhyvpracoqhmtuup")
suspend fun replicaPlacements(argument: List<suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit>)
@JvmName(name = "twwskmglxxlfqvuf")
suspend fun replicaPlacements(vararg argument: suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit)
@JvmName(name = "ofrhsugnkawunisu")
suspend fun replicaPlacements(argument: suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit)

Parameters

argument

Configuration for where to place the control plane replicas. Up to three replica placement instances can be specified. If replica_placements is set, the replica placement instances will be applied to the three control plane replicas as evenly as possible.