Defines the recurrence pattern for the schedule.

Hierarchy

  • FleetScheduleV2RecurrenceRule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
daysOfWeek?: string[]

Days of the week when the schedule triggers. Valid values are "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun".

interval?: number

Interval between schedule runs in weeks. 1 means the schedule runs every week on the specified days. Higher values repeat every N weeks.

maintenanceWindowDuration?: number

Duration of the maintenance window in minutes.

startMaintenanceWindow?: string

Start time of the maintenance window in 24-hour clock format (HHMM). Deployments are triggered at this time on the specified days.

timezone?: string

Timezone in IANA Time Zone Database format.

Generated using TypeDoc