Vmware Node Pool Autoscaling Config Args
    data class VmwareNodePoolAutoscalingConfigArgs(val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null) : ConvertibleToJava<VmwareNodePoolAutoscalingConfigArgs> 
NodePoolAutoscaling config for the NodePool to allow for the kubernetes to scale NodePool.
Constructors
Link copied to clipboard
                fun VmwareNodePoolAutoscalingConfigArgs(maxReplicas: Output<Int>? = null, minReplicas: Output<Int>? = null)