placementStrategies

@JvmName(name = "xilpiwflrodpnhbw")
suspend fun placementStrategies(value: List<GetTaskExecutionPlacementStrategy>?)

Parameters

value

The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.


@JvmName(name = "wxbvgfnuiqhmrbml")
suspend fun placementStrategies(argument: List<suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit>)
@JvmName(name = "sprqedcclvbrqxga")
suspend fun placementStrategies(vararg argument: suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit)
@JvmName(name = "psusqqmaoajyiitt")
suspend fun placementStrategies(argument: suspend GetTaskExecutionPlacementStrategyBuilder.() -> Unit)

Parameters

argument

The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.


@JvmName(name = "xtfdcwvmwlwcngcf")
suspend fun placementStrategies(vararg values: GetTaskExecutionPlacementStrategy)

Parameters

values

The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.