RecurringScheduleResponse

data class RecurringScheduleResponse(val endTime: String, val frequency: String, val lastExecuteTime: String, val monthly: MonthlyScheduleResponse, val nextExecuteTime: String, val startTime: String, val timeOfDay: TimeOfDayResponse, val timeZone: TimeZoneResponse, val weekly: WeeklyScheduleResponse)

Sets the time for recurring patch deployments.

Constructors

Link copied to clipboard
constructor(endTime: String, frequency: String, lastExecuteTime: String, monthly: MonthlyScheduleResponse, nextExecuteTime: String, startTime: String, timeOfDay: TimeOfDayResponse, timeZone: TimeZoneResponse, weekly: WeeklyScheduleResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The end time at which a recurring patch deployment schedule is no longer active.

Link copied to clipboard

The frequency unit of this recurring schedule.

Link copied to clipboard

The time the last patch job ran successfully.

Link copied to clipboard

Schedule with monthly executions.

Link copied to clipboard

The time the next patch job is scheduled to run.

Link copied to clipboard

Optional. The time that the recurring schedule becomes effective. Defaults to create_time of the patch deployment.

Link copied to clipboard

Time of the day to run a recurring deployment.

Link copied to clipboard

Defines the time zone that time_of_day is relative to. The rules for daylight saving time are determined by the chosen time zone.

Link copied to clipboard

Schedule with weekly executions.