GetTaskExecutionPlacementStrategy

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetTaskExecutionPlacementStrategy