VcenterSettingsV1ConfigComponentsApplmgmtRecurrenceInfo
The 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. Only set if hour is present in Recurrence Info of backup schedule.
integer
minute
Required
Minute when backup should run. Only set if minute is present in Recurrence Info of backup schedule.
JSON Example
{
"hour": 0,
"minute": 0
}