VcenterSettingsV1ConfigComponentsApplmgmtRecurrenceInfo
The RecurrenceInfo structure contains the recurrence information associated with a schedule.
Properties
The RecurrenceInfo.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 RecurrenceInfo.days.
MONDAY : Monday
TUESDAY : Tuesday
WEDNESDAY : Wednesday
THURSDAY : Thursday
FRIDAY : Friday
SATURDAY : Saturday
SUNDAY : Sunday
Possible values are: MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY , SUNDAY
Hour when backup should run. The hour should be specified in 24-hour clock format. Only set if hour is present in Recurrence Info of backup schedule.
Minute when backup should run. Only set if minute is present in Recurrence Info of backup schedule.
JSON Example
{
"hour": 0,
"minute": 0
}