QuotaSubQuotaInfoListParameter

data class QuotaSubQuotaInfoListParameter(val enablePriority: Boolean? = null, val forceReservedMin: Boolean? = null, val maxCu: Int, val minCu: Int, val schedulerType: String? = null, val singleJobCuLimit: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enablePriority: Boolean? = null

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

Link copied to clipboard

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

Link copied to clipboard
val maxCu: Int

The value of maxCU in Reserved CUs.

Link copied to clipboard
val minCu: Int

The value of minCU in Reserved CUs.

Link copied to clipboard
val schedulerType: String? = null

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

Link copied to clipboard
val singleJobCuLimit: Int? = null

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