QuotaSubQuotaInfoListParameterArgs

data class QuotaSubQuotaInfoListParameterArgs(val enablePriority: Output<Boolean>? = null, val forceReservedMin: Output<Boolean>? = null, val maxCu: Output<Int>, val minCu: Output<Int>, val schedulerType: Output<String>? = null, val singleJobCuLimit: Output<Int>? = null) : ConvertibleToJava<QuotaSubQuotaInfoListParameterArgs>

Constructors

Link copied to clipboard
constructor(enablePriority: Output<Boolean>? = null, forceReservedMin: Output<Boolean>? = null, maxCu: Output<Int>, minCu: Output<Int>, schedulerType: Output<String>? = null, singleJobCuLimit: Output<Int>? = null)

Properties

Link copied to clipboard
val enablePriority: Output<Boolean>? = null

Enable priority. Valid values: true/false, default: false

Link copied to clipboard
val forceReservedMin: Output<Boolean>? = null

Exclusive or not. Valid values: true/false, default: false

Link copied to clipboard
val maxCu: Output<Int>

The value of maxCU in Reserved CUs.

Link copied to clipboard
val minCu: Output<Int>

The value of minCU in Reserved CUs.

Link copied to clipboard
val schedulerType: Output<String>? = null

Scheduling policy. Valid values: Fifo/Fair, default: Fifo

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

Single job CU upper limit. Valid value: greater than or equal to 1

Functions

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