Node Group Scaling Config Args
    data class NodeGroupScalingConfigArgs(val desiredSize: Output<Int>, val maxSize: Output<Int>, val minSize: Output<Int>) : ConvertibleToJava<NodeGroupScalingConfigArgs> 
Constructors
Link copied to clipboard
                fun NodeGroupScalingConfigArgs(desiredSize: Output<Int>, maxSize: Output<Int>, minSize: Output<Int>)