Recurring Schedule Args
data class RecurringScheduleArgs(val endTime: Output<String>? = null, val frequency: Output<RecurringScheduleFrequency>, val monthly: Output<MonthlyScheduleArgs>, val startTime: Output<String>? = null, val timeOfDay: Output<TimeOfDayArgs>, val timeZone: Output<TimeZoneArgs>, val weekly: Output<WeeklyScheduleArgs>) : ConvertibleToJava<RecurringScheduleArgs>
Sets the time for recurring patch deployments.
Constructors
Link copied to clipboard
fun RecurringScheduleArgs(endTime: Output<String>? = null, frequency: Output<RecurringScheduleFrequency>, monthly: Output<MonthlyScheduleArgs>, startTime: Output<String>? = null, timeOfDay: Output<TimeOfDayArgs>, timeZone: Output<TimeZoneArgs>, weekly: Output<WeeklyScheduleArgs>)