EnvironmentConfigWorkloadsConfigSchedulerArgs

data class EnvironmentConfigWorkloadsConfigSchedulerArgs(val count: Output<Int>? = null, val cpu: Output<Double>? = null, val memoryGb: Output<Double>? = null, val storageGb: Output<Double>? = null) : ConvertibleToJava<EnvironmentConfigWorkloadsConfigSchedulerArgs>

Constructors

constructor(count: Output<Int>? = null, cpu: Output<Double>? = null, memoryGb: Output<Double>? = null, storageGb: Output<Double>? = null)

Properties

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

The number of schedulers.

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

CPU request and limit for a single Airflow scheduler replica

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

Memory (GB) request and limit for a single Airflow scheduler replica.

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

Storage (GB) request and limit for a single Airflow scheduler replica.

Functions

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