GetRdsBackupsBackup

data class GetRdsBackupsBackup(val backupDownloadUrl: String, val backupEndTime: String, val backupId: String, val backupInitiator: String, val backupIntranetDownloadUrl: String, val backupMethod: String, val backupMode: String, val backupSize: String, val backupStartTime: String, val backupStatus: String, val backupType: String, val consistentTime: String, val copyOnlyBackup: String, val dbInstanceId: String, val encryption: String, val hostInstanceId: String, val id: String, val isAvail: Int, val metaStatus: String, val storageClass: String, val storeStatus: String)

Constructors

Link copied to clipboard
constructor(backupDownloadUrl: String, backupEndTime: String, backupId: String, backupInitiator: String, backupIntranetDownloadUrl: String, backupMethod: String, backupMode: String, backupSize: String, backupStartTime: String, backupStatus: String, backupType: String, consistentTime: String, copyOnlyBackup: String, dbInstanceId: String, encryption: String, hostInstanceId: String, id: String, isAvail: Int, metaStatus: String, storageClass: String, storeStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The backup download url.

Link copied to clipboard

BackupEndTime.

Link copied to clipboard

BackupId.

Link copied to clipboard

The initiator of the backup task. Value:

Link copied to clipboard

The backup intranet download url.

Link copied to clipboard

BackupMethod.

Link copied to clipboard

BackupMode.

Link copied to clipboard

BackupSize.

Link copied to clipboard

BackupStartTime.

Link copied to clipboard

Backup task status. NOTE: This parameter will only be returned when a task is executed. Value:

Link copied to clipboard

BackupType.

Link copied to clipboard

The consistency point of the backup set. The return value is a timestamp. NOTE: only MySQL 5.6 returns this parameter, and other versions return 0.

Link copied to clipboard

The backup mode is divided into the normal backup mode (full and incremental recovery is supported) and the replication-only mode (full recovery is supported only). NOTE: Only SQL Server returns this parameter. Valid values:

Link copied to clipboard

The db instance id.

Link copied to clipboard

The encrypted information of the backup set.

Link copied to clipboard

HostInstanceID.

Link copied to clipboard
val id: String

The ID of the Backup.

Link copied to clipboard

Whether the backup set is available, the value is:

Link copied to clipboard

The backup set status of the database table. NOTE: an empty string indicates that the backup set for database table recovery is not enabled. Valid values:

Link copied to clipboard

The storage medium for the backup set. Valid values:

Link copied to clipboard

StoreStatus.