appliance recovery backup schedules: recurrence info
The
recurrence_info
structure contains the recurrence information associated with a schedule. This structure was added in vSphere API 6.7.Representation:
{
"hour" : 1,
"days" : [
"MONDAY",
"MONDAY"
],
"minute" : 1
}
"hour" : 1,
"days" : [
"MONDAY",
"MONDAY"
],
"minute" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
minute | long | Minute when backup should run. This attribute was added in vSphere API 6.7. |
hour | long | Hour when backup should run. The hour should be specified in 24-hour clock format. This attribute was added in vSphere API 6.7. |
Optional | ||
days | string[] | Day of week when the backup should be run. Days can be specified as list of days. This attribute was added in vSphere API 6.7. Optional. If unset the backup will be run everyday. |