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.
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.
Property Of
RecoveryBackupSchedulesInfo
RecoveryBackupSchedulesUpdateSpec
RecoveryBackupSchedulesCreateSpec
JSON Example
{
"hour": 0,
"minute": 0
}