PatchDeploymentRecurringScheduleArgs

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
val endTime: Output<String>? = null

The end time at which a recurring patch deployment schedule is no longer active. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

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

(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
val nextExecuteTime: Output<String>? = null

(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
val startTime: Output<String>? = null

The time that the recurring schedule becomes effective. Defaults to createTime of the patch deployment. 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.

Functions

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