RecoveryBackupSchedulesInfo
The Schedules.Info structure contains information about an existing schedule. The structure includes Schedule ID, parts, location information, encryption password, enable flag, recurrence and retention information.
Properties
Enable or disable a schedule, by default when created a schedule will be enabled.
URL of the backup location.
List of optional parts that will be included in backups based on this schedule details. Use the Parts.list operation to get information about the supported parts.
Username for the given location. If unset location user will not be used.
Recurrence information for the schedule. If unset backup job is not scheduled. See Schedules.RecurrenceInfo
Retention information for the schedule. If unset all the completed backup jobs are retained forever. See Schedules.RetentionInfo
JSON Example
{
"enable": false,
"location": "string",
"parts": [
"string"
]
}