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