GetDataBackupsBackup

data class GetDataBackupsBackup(val backupEndTime: String, val backupEndTimeLocal: String, val backupMethod: String, val backupMode: String, val backupSetId: String, val backupSize: Int, val backupStartTime: String, val backupStartTimeLocal: String, val baksetName: String, val consistentTime: Int, val dataType: String, val dbInstanceId: String, val status: String)

Constructors

Link copied to clipboard
constructor(backupEndTime: String, backupEndTimeLocal: String, backupMethod: String, backupMode: String, backupSetId: String, backupSize: Int, backupStartTime: String, backupStartTimeLocal: String, baksetName: String, consistentTime: Int, dataType: String, dbInstanceId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The backup end time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).

Link copied to clipboard

The end time of the backup (local time).

Link copied to clipboard

Backup method. Value Description:-Physical: Physical backup.-Snapshot: the Snapshot backup.

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

The ID of the backup set.

Link copied to clipboard

The size of the backup file. Unit: Byte.

Link copied to clipboard

The backup start time. Format: yyyy-MM-ddTHH:mm:ssZ(UTC time).

Link copied to clipboard

The start time of the backup (local time).

Link copied to clipboard

The name of the recovery point or full backup set.

Link copied to clipboard

-Full backup: Returns the timestamp of the consistent point in time.-Recoverable point: Returns the timestamp of the recoverable point in time.

Link copied to clipboard

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

Link copied to clipboard

The instance ID.

Link copied to clipboard

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