StandardSchedulerSettingsArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): StandardSchedulerSettingsArgs

Properties

Link copied to clipboard
val maxInstances: Output<Int>? = null

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

Link copied to clipboard
val minInstances: Output<Int>? = null

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

Link copied to clipboard
val targetCpuUtilization: Output<Double>? = null

Target CPU utilization ratio to maintain when scaling.

Link copied to clipboard
val targetThroughputUtilization: Output<Double>? = null

Target throughput utilization ratio to maintain when scaling