VMwareNodePoolNodePoolAutoscalingArgs

data class VMwareNodePoolNodePoolAutoscalingArgs(val maxReplicas: Output<Int>, val minReplicas: Output<Int>) : ConvertibleToJava<VMwareNodePoolNodePoolAutoscalingArgs>

Constructors

Link copied to clipboard
constructor(maxReplicas: Output<Int>, minReplicas: Output<Int>)

Properties

Link copied to clipboard
val maxReplicas: Output<Int>

Maximum number of replicas in the NodePool.

Link copied to clipboard
val minReplicas: Output<Int>

Minimum number of replicas in the NodePool.

Functions

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