StandardAppVersionAutomaticScalingStandardSchedulerSettings

data class StandardAppVersionAutomaticScalingStandardSchedulerSettings(val maxInstances: Int? = null, val minInstances: Int? = null, val targetCpuUtilization: Double? = null, val targetThroughputUtilization: Double? = null)

Constructors

constructor(maxInstances: Int? = null, minInstances: Int? = null, targetCpuUtilization: Double? = null, targetThroughputUtilization: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxInstances: Int? = null

Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.

Link copied to clipboard
val minInstances: Int? = null

Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.

Link copied to clipboard

Target CPU utilization ratio to maintain when scaling. Should be a value in the range 0.50, 0.95, zero, or a negative value.

Link copied to clipboard

Target throughput utilization ratio to maintain when scaling. Should be a value in the range 0.50, 0.95, zero, or a negative value.