HadoopClusterRolesWorkerNodeAutoscaleCapacityArgs

data class HadoopClusterRolesWorkerNodeAutoscaleCapacityArgs(val maxInstanceCount: Output<Int>, val minInstanceCount: Output<Int>) : ConvertibleToJava<HadoopClusterRolesWorkerNodeAutoscaleCapacityArgs>

Constructors

constructor(maxInstanceCount: Output<Int>, minInstanceCount: Output<Int>)

Properties

Link copied to clipboard
val maxInstanceCount: Output<Int>

The maximum number of worker nodes to autoscale to based on the cluster's activity.

Link copied to clipboard
val minInstanceCount: Output<Int>

The minimum number of worker nodes to autoscale to based on the cluster's activity.

Functions

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