Pool Fixed Scale Args
data class PoolFixedScaleArgs(val nodeDeallocationMethod: Output<String>? = null, val resizeTimeout: Output<String>? = null, val targetDedicatedNodes: Output<Int>? = null, val targetLowPriorityNodes: Output<Int>? = null) : ConvertibleToJava<PoolFixedScaleArgs>
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
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
.