InlineRecurringBackupConfig1

InlineRecurringBackupConfig1
InlineRecurringBackupConfig1

The backup configuration for automated backups.

JSON Example
{
    "enabled": false,
    "backup_type": "string",
    "backup_schedule_type": "string",
    "backup_schedule_weekly": {
        "days_of_week": [
            "string"
        ],
        "hour_of_day": 0,
        "minute_of_day": 0
    },
    "backup_schedule_interval": {
        "hours_between_backups": 0
    }
}
boolean
enabled
Required

Flag to indicate automated backups are enabled or not

backup_type
Required

Type of backup for what to take in backup

backup_schedule_type
Required

Type of schedule for automated backups

Enumeration: WEEKLY, INTERVAL
backup_schedule_weekly
Optional

Schedule to specify day of the week and time to take automated backups

backup_schedule_interval
Optional

Schedule to specify the interval time at which automated backups need to be taken