JobRecurrenceArgs

data class JobRecurrenceArgs(val count: Output<Int>? = null, val endTime: Output<String>? = null, val frequency: Output<RecurrenceFrequency>? = null, val interval: Output<Int>? = null, val schedule: Output<JobRecurrenceScheduleArgs>? = null) : ConvertibleToJava<JobRecurrenceArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>? = null, endTime: Output<String>? = null, frequency: Output<RecurrenceFrequency>? = null, interval: Output<Int>? = null, schedule: Output<JobRecurrenceScheduleArgs>? = null)

Properties

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

Gets or sets the maximum number of times that the job should run.

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

Gets or sets the time at which the job will complete.

Link copied to clipboard
val frequency: Output<RecurrenceFrequency>? = null

Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).

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

Gets or sets the interval between retries.

Link copied to clipboard
val schedule: Output<JobRecurrenceScheduleArgs>? = null

Functions

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