RecoveryBackupSchedulesUpdateRequestBody
This is a request body class for an operation.
Properties
JSON Example
{
"spec": {
"backup_password": "string",
"enable": false,
"location": "string",
"location_password": "string",
"location_user": "string",
"parts": [
"string"
],
"recurrence_info": {
"days": "enum",
"hour": 0,
"minute": 0
},
"retention_info": {
"max_count": 0
}
}
}