Recovery_Backup_Schedules_Create_RequestBody

Recovery_Backup_Schedules_Create_RequestBody
Recovery_Backup_Schedules_Create_RequestBody

This is a request body class for an operation.

JSON Example
{
    "spec": {
        "parts": [
            "string"
        ],
        "backup_password": "string",
        "location": "string",
        "location_user": "string",
        "location_password": "string",
        "enable": false,
        "recurrence_info": {
            "minute": 0,
            "hour": 0,
            "days": [
                "string"
            ]
        },
        "retention_info": {
            "max_count": 0
        }
    }
}
spec
Required

CreateSpec Structure