AzureNodePoolAutoscalingArgs

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

Constructors

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

Properties

Link copied to clipboard
val maxNodeCount: Output<Int>

Maximum number of nodes in the node pool. Must be >= min_node_count.

Link copied to clipboard
val minNodeCount: Output<Int>

Minimum number of nodes in the node pool. Must be >= 1 and <= max_node_count.

Functions

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