Autoscaling Limits Args
    data class AutoscalingLimitsArgs(val maxServeNodes: Output<Int>, val minServeNodes: Output<Int>) : ConvertibleToJava<AutoscalingLimitsArgs> 
Limits for the number of nodes a Cluster can autoscale up/down to.