data class NodePoolAutoscalingArgs(val locationPolicy: Output<String>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null, val totalMaxNodeCount: Output<Int>? = null, val totalMinNodeCount: Output<Int>? = null) : ConvertibleToJava<NodePoolAutoscalingArgs>
Total maximum number of nodes in the NodePool. Must be >= total_min_node_count. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.
Total minimum number of nodes in the NodePool. Must be >=0 and <= total_max_node_count. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.