Patch Deployment Recurring Schedule Args
data class PatchDeploymentRecurringScheduleArgs(val endTime: Output<String>? = null, val lastExecuteTime: Output<String>? = null, val monthly: Output<PatchDeploymentRecurringScheduleMonthlyArgs>? = null, val nextExecuteTime: Output<String>? = null, val startTime: Output<String>? = null, val timeOfDay: Output<PatchDeploymentRecurringScheduleTimeOfDayArgs>, val timeZone: Output<PatchDeploymentRecurringScheduleTimeZoneArgs>, val weekly: Output<PatchDeploymentRecurringScheduleWeeklyArgs>? = null) : ConvertibleToJava<PatchDeploymentRecurringScheduleArgs>
Constructors
Link copied to clipboard
fun PatchDeploymentRecurringScheduleArgs(endTime: Output<String>? = null, lastExecuteTime: Output<String>? = null, monthly: Output<PatchDeploymentRecurringScheduleMonthlyArgs>? = null, nextExecuteTime: Output<String>? = null, startTime: Output<String>? = null, timeOfDay: Output<PatchDeploymentRecurringScheduleTimeOfDayArgs>, timeZone: Output<PatchDeploymentRecurringScheduleTimeZoneArgs>, weekly: Output<PatchDeploymentRecurringScheduleWeeklyArgs>? = null)