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>
Constructors
Link copied to clipboard
fun PoolFixedScaleArgs(nodeDeallocationMethod: Output<String>? = null, resizeTimeout: Output<String>? = null, targetDedicatedNodes: Output<Int>? = null, targetLowPriorityNodes: Output<Int>? = null)