replicaPlacements

@JvmName(name = "shngliwwlmgkawhs")
suspend fun replicaPlacements(value: Output<List<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "vbkeltfcrnrknkoo")
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 = "jjuqimksesrdpyaf")
suspend fun replicaPlacements(vararg values: Output<AzureClusterControlPlaneReplicaPlacementArgs>)


@JvmName(name = "ftglayseteunxjpr")
suspend fun replicaPlacements(values: List<Output<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "qqtqlidqmioutoju")
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 = "kcbsyhndvlkcsask")
suspend fun replicaPlacements(argument: List<suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit>)
@JvmName(name = "vbagrusrqmvaynsb")
suspend fun replicaPlacements(vararg argument: suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit)
@JvmName(name = "eougdcmoqpiathjw")
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.