RecoveryBackupSchedulesRecurrenceInfo
The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.
Properties
days
Optional
Day of week when the backup should be run. Days can be specified as list of days. If unset the backup will be run everyday.
Possible values are: MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY , SUNDAY
integer
hour
Required
Hour when backup should run. The hour should be specified in 24-hour clock format.
integer
minute
Required
Minute when backup should run.
JSON Example
{
"hour": 0,
"minute": 0
}