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
constructor(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)
Properties
Link copied to clipboard
(Output) The time the last patch job ran successfully. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Link copied to clipboard
Schedule with monthly executions. Structure is documented below.
Link copied to clipboard
(Output) The time the next patch job is scheduled to run. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Link copied to clipboard
Time of the day to run a recurring deployment. Structure is documented below.
Link copied to clipboard
Defines the time zone that timeOfDay is relative to. The rules for daylight saving time are determined by the chosen time zone. Structure is documented below.
Link copied to clipboard
Schedule with weekly executions. Structure is documented below.