JobCollectionQuotaArgs

data class JobCollectionQuotaArgs(val maxJobCount: Output<Int>? = null, val maxJobOccurrence: Output<Int>? = null, val maxRecurrence: Output<JobMaxRecurrenceArgs>? = null) : ConvertibleToJava<JobCollectionQuotaArgs>

Constructors

Link copied to clipboard
constructor(maxJobCount: Output<Int>? = null, maxJobOccurrence: Output<Int>? = null, maxRecurrence: Output<JobMaxRecurrenceArgs>? = null)

Properties

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

Gets or set the maximum job count.

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

Gets or sets the maximum job occurrence.

Link copied to clipboard
val maxRecurrence: Output<JobMaxRecurrenceArgs>? = null

Gets or set the maximum recurrence.

Functions

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