Vcenter_Settings_V1_Config_Components_Applmgmt_RecurrenceInfo
Vcenter_Settings_V1_Config_Components_Applmgmt_RecurrenceInfo
The RecurrenceInfo structure contains the recurrence information associated with a schedule.
JSON Example
{
"minute": 0,
"hour": 0,
"days": [
"string"
]
}
integer As int64
minute
Required
Minute when backup should run. Only set if minute is present in Recurrence Info of backup schedule.
integer As int64
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.
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.