PoolFixedScale

data class PoolFixedScale(val nodeDeallocationMethod: String? = null, val resizeTimeout: String? = null, val targetDedicatedNodes: Int? = null, val targetLowPriorityNodes: Int? = null)

Constructors

Link copied to clipboard
constructor(nodeDeallocationMethod: String? = null, resizeTimeout: String? = null, targetDedicatedNodes: Int? = null, targetLowPriorityNodes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

It determines what to do with a node and its running task(s) if the pool size is decreasing. Values are Requeue, RetainedData, TaskCompletion and Terminate.

Link copied to clipboard
val resizeTimeout: String? = null

The timeout for resize operations. Defaults to PT15M.

Link copied to clipboard

The number of nodes in the Batch pool. Defaults to 1.

Link copied to clipboard

The number of low priority nodes in the Batch pool. Defaults to 0.