GetDataBackupsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backupMode: String? = null

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
val dataBackupId: String? = null
Link copied to clipboard
val dataType: String? = null

The backup type. Value Description:-DATA: Full backup.-RESTOREPOI: Recoverable point.

Link copied to clipboard

The instance ID.

Link copied to clipboard
val endTime: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Data Backup IDs.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val startTime: String? = null
Link copied to clipboard
val status: String? = null

Backup set status. Value Description:-Success: The backup has been completed.-Failed: Backup Failed.If not, return all.