Standard Scheduler Settings Args
data class StandardSchedulerSettingsArgs(val maxInstances: Output<Int>? = null, val minInstances: Output<Int>? = null, val targetCpuUtilization: Output<Double>? = null, val targetThroughputUtilization: Output<Double>? = null) : ConvertibleToJava<StandardSchedulerSettingsArgs>
Scheduler settings for standard environment.
Constructors
Link copied to clipboard
fun StandardSchedulerSettingsArgs(maxInstances: Output<Int>? = null, minInstances: Output<Int>? = null, targetCpuUtilization: Output<Double>? = null, targetThroughputUtilization: Output<Double>? = null)