SUCSchedule Properties Args
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
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the end time of the schedule.
Link copied to clipboard
Gets or sets the expiry time's offset in minutes.
Link copied to clipboard
Gets or sets the frequency of the schedule.
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets the next run time's offset in minutes.