replicaPlacements

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


@JvmName(name = "nmxdxejrfuagctgv")
suspend fun replicaPlacements(values: List<Output<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "whjxqioqroxwkosp")
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 = "nbvpemyigeiohdcc")
suspend fun replicaPlacements(argument: List<suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit>)
@JvmName(name = "jyuxodhxyviwtwdr")
suspend fun replicaPlacements(vararg argument: suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit)
@JvmName(name = "slqyxucgmqgfqiwh")
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.