SUCSchedulePropertiesArgs

data class SUCSchedulePropertiesArgs(val advancedSchedule: Output<AdvancedScheduleArgs>? = null, val creationTime: Output<String>? = null, val description: Output<String>? = null, val expiryTime: Output<String>? = null, val expiryTimeOffsetMinutes: Output<Double>? = null, val frequency: Output<Either<String, ScheduleFrequency>>? = null, val interval: Output<Double>? = null, val isEnabled: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val nextRun: Output<String>? = null, val nextRunOffsetMinutes: Output<Double>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<SUCSchedulePropertiesArgs>

Definition of schedule parameters.

Constructors

Link copied to clipboard
constructor(advancedSchedule: Output<AdvancedScheduleArgs>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, expiryTime: Output<String>? = null, expiryTimeOffsetMinutes: Output<Double>? = null, frequency: Output<Either<String, ScheduleFrequency>>? = null, interval: Output<Double>? = null, isEnabled: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, nextRun: Output<String>? = null, nextRunOffsetMinutes: Output<Double>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard

Gets or sets the advanced schedule.

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

Gets or sets the creation time.

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

Gets or sets the description.

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

Gets or sets the end time of the schedule.

Link copied to clipboard
val expiryTimeOffsetMinutes: Output<Double>? = null

Gets or sets the expiry time's offset in minutes.

Link copied to clipboard
val frequency: Output<Either<String, ScheduleFrequency>>? = null

Gets or sets the frequency of the schedule.

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

Gets or sets the interval of the schedule.

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

Gets or sets a value indicating whether this schedule is enabled.

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

Gets or sets the last modified time.

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

Gets or sets the next run time of the schedule.

Link copied to clipboard
val nextRunOffsetMinutes: Output<Double>? = null

Gets or sets the next run time's offset in minutes.

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

Gets or sets the start time of the schedule.

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

Gets or sets the time zone of the schedule.

Functions

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