Standard App Version Automatic Scaling Standard Scheduler Settings Args
data class StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs(val maxInstances: Output<Int>? = null, val minInstances: Output<Int>? = null, val targetCpuUtilization: Output<Double>? = null, val targetThroughputUtilization: Output<Double>? = null) : ConvertibleToJava<StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs>
Constructors
Link copied to clipboard
fun StandardAppVersionAutomaticScalingStandardSchedulerSettingsArgs(maxInstances: Output<Int>? = null, minInstances: Output<Int>? = null, targetCpuUtilization: Output<Double>? = null, targetThroughputUtilization: Output<Double>? = null)