GetTaskExecutionPlacementStrategy

data class GetTaskExecutionPlacementStrategy(val field: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(field: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

The field to apply the placement strategy against.

Link copied to clipboard

The type of placement strategy. Valid values are random, spread, and binpack. For more information, see the Placement Strategy documentation.