Backup Plan Backup Rule Standard Schedule Args
Constructors
Properties
A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as NOT_RUN
if they do not start by the end of the window. Structure is documented below.
Specifies days of months like 1, 5, or 14 on which jobs will run.
Specifies days of week like MONDAY or TUESDAY, on which jobs will run. This is required for recurrence_type
, WEEKLY
and is not applicable otherwise. Each value may be one of: DAY_OF_WEEK_UNSPECIFIED
, MONDAY
, TUESDAY
, WEDNESDAY
, THURSDAY
, FRIDAY
, SATURDAY
, SUNDAY
.
Specifies frequency for hourly backups. An hourly frequency of 2 means jobs will run every 2 hours from start time till end time defined. This is required for recurrence_type
, HOURLY
and is not applicable otherwise.
RecurrenceType enumerates the applicable periodicity for the schedule. Possible values are: HOURLY
, DAILY
, WEEKLY
, MONTHLY
, YEARLY
.
Specifies a week day of the month like FIRST SUNDAY or LAST MONDAY, on which jobs will run. Structure is documented below.