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
Link copied to clipboard
val cpu: Output<Double>? = null
Link copied to clipboard
val memoryGb: Output<Double>? = null
Link copied to clipboard
val storageGb: Output<Double>? = null

Functions

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