AutoScalePropertiesArgs

data class AutoScalePropertiesArgs(val enabled: Output<Boolean>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null) : ConvertibleToJava<AutoScalePropertiesArgs>

Auto-scaling properties of a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether automatic scaling is enabled for the Big Data pool.

Link copied to clipboard
val maxNodeCount: Output<Int>? = null

The maximum number of nodes the Big Data pool can support.

Link copied to clipboard
val minNodeCount: Output<Int>? = null

The minimum number of nodes the Big Data pool can support.

Functions

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