RecoveryBackupSchedulesRecurrenceInfo

The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.


Properties

days Optional

The Schedules.DayOfWeek enumerated type defines the set of days when backup can be scheduled. The days can be specified as a list of individual days. You specify the days when you set the recurrence for a schedule. See Schedules.RecurrenceInfo.days.
MONDAY : Monday
TUESDAY : Tuesday
WEDNESDAY : Wednesday
THURSDAY : Thursday
FRIDAY : Friday
SATURDAY : Saturday
SUNDAY : Sunday

Possible values are: MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAY


integer as int64
hour Required

Hour when backup should run. The hour should be specified in 24-hour clock format.


integer as int64
minute Required

Minute when backup should run.

JSON Example

{
	"hour": 0,
	"minute": 0
}

Feedback

Was this page helpful?