SparkPoolAutoScaleArgs

data class SparkPoolAutoScaleArgs(val maxNodeCount: Output<Int>, val minNodeCount: Output<Int>) : ConvertibleToJava<SparkPoolAutoScaleArgs>

Constructors

Link copied to clipboard
constructor(maxNodeCount: Output<Int>, minNodeCount: Output<Int>)

Properties

Link copied to clipboard
val maxNodeCount: Output<Int>

The maximum number of nodes the Spark Pool can support. Must be between 3 and 200.

Link copied to clipboard
val minNodeCount: Output<Int>

The minimum number of nodes the Spark Pool can support. Must be between 3 and 200.

Functions

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