GetCrossRegionBackupsBackup

data class GetCrossRegionBackupsBackup(val backupEndTime: String, val backupMethod: String, val backupSetScale: String, val backupSetStatus: Int, val backupStartTime: String, val backupType: String, val category: String, val consistentTime: String, val crossBackupDownloadLink: String, val crossBackupId: String, val crossBackupRegion: String, val crossBackupSetFile: String, val crossBackupSetLocation: String, val crossBackupSetSize: Int, val dbInstanceStorageType: String, val engine: String, val engineVersion: String, val id: String, val instanceId: Int, val recoveryBeginTime: String, val recoveryEndTime: String, val restoreRegions: List<String>)

Constructors

Link copied to clipboard
constructor(backupEndTime: String, backupMethod: String, backupSetScale: String, backupSetStatus: Int, backupStartTime: String, backupType: String, category: String, consistentTime: String, crossBackupDownloadLink: String, crossBackupId: String, crossBackupRegion: String, crossBackupSetFile: String, crossBackupSetLocation: String, crossBackupSetSize: Int, dbInstanceStorageType: String, engine: String, engineVersion: String, id: String, instanceId: Int, recoveryBeginTime: String, recoveryEndTime: String, restoreRegions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the cross-region data backup file was generated.

Link copied to clipboard

The method that is used to generate the cross-region data backup file. Valid values: L - logical backup. P - physical backup.

Link copied to clipboard

The level at which the cross-region data backup file is generated. 0 - instance-level backup. 1 - database-level backup.

Link copied to clipboard

TThe status of the cross-region data backup. Valid values: 0 - The cross-region data backup is successful. 1 - The cross-region data backup failed.

Link copied to clipboard

The time when the cross-region data backup started.

Link copied to clipboard

The type of the cross-region data backup. Valid values:F: full data backup F - full data backup. I - incremental data backup.

Link copied to clipboard

The RDS edition of the instance. Valid values: Basic - Basic Edition. HighAvailability - High-availability Edition. Finance - Enterprise Edition. This edition is supported only by the China site (aliyun.com).

Link copied to clipboard

The point in time that is indicated by the data in the cross-region data backup file.

Link copied to clipboard

The external URL from which you can download the cross-region data backup file.

Link copied to clipboard

The ID of the cross-region data backup file.

Link copied to clipboard

The ID of the destination region where the cross-region data backup file of the instance is stored.

Link copied to clipboard

The name of the compressed package that contains the cross-region data backup file.

Link copied to clipboard

The location where the cross-region data backup file is stored.

Link copied to clipboard

The size of the cross-region data backup file. Unit: bytes.

Link copied to clipboard

The storage type.

Link copied to clipboard

The engine of the database.

Link copied to clipboard

The version of the database engine.

Link copied to clipboard
val id: String

The ID of the cross-region data backup file.

Link copied to clipboard

The ID of the instance. This parameter is used to determine whether the instance that generates the cross-region data backup file is a primary or secondary instance.

Link copied to clipboard

The start time to which data can be restored. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The end time to which data can be restored. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

An array that consists of the regions to which the cross-region data backup file can be restored.