replicaPlacements

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


@JvmName(name = "lvxbieejadbhuvpl")
suspend fun replicaPlacements(values: List<Output<AzureClusterControlPlaneReplicaPlacementArgs>>)
@JvmName(name = "fgwsotcucuptnenf")
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 = "xusoottwkufdqxiy")
suspend fun replicaPlacements(argument: List<suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit>)
@JvmName(name = "uqkgptbtuegqcxgy")
suspend fun replicaPlacements(vararg argument: suspend AzureClusterControlPlaneReplicaPlacementArgsBuilder.() -> Unit)
@JvmName(name = "fisyutopqunpbhsh")
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.