Get Data Backups Result
data class GetDataBackupsResult(val backupMode: String? = null, val backups: List<GetDataBackupsBackup>, val dataBackupId: String? = null, val dataType: String? = null, val dbInstanceId: String, val endTime: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val startTime: String? = null, val status: String? = null)
A collection of values returned by getDataBackups.
Constructors
Link copied to clipboard
constructor(backupMode: String? = null, backups: List<GetDataBackupsBackup>, dataBackupId: String? = null, dataType: String? = null, dbInstanceId: String, endTime: String? = null, id: String, ids: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, startTime: String? = null, status: String? = null)
Properties
Link copied to clipboard
Backup mode.Full Backup Value Description:-Automated: The system is automatically backed up.-Manual: Manual backup.Recovery point value description:-Automated: The recovery point after a full backup.-Manual: The recovery point triggered manually by the user.-Period: The recovery point triggered periodically because of the backup policy.
Link copied to clipboard
A list of Data Backup Entries. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
The instance ID.
Link copied to clipboard
Link copied to clipboard