GetOssBackupPlansPlan

data class GetOssBackupPlansPlan(val backupType: String, val bucket: String, val createdTime: String, val disabled: Boolean, val id: String, val ossBackupPlanId: String, val ossBackupPlanName: String, val prefix: String, val retention: String, val schedule: String, val updatedTime: String, val vaultId: String)

Constructors

Link copied to clipboard
constructor(backupType: String, bucket: String, createdTime: String, disabled: Boolean, id: String, ossBackupPlanId: String, ossBackupPlanName: String, prefix: String, retention: String, schedule: String, updatedTime: String, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup type. Valid values: COMPLETE.

Link copied to clipboard

The name of OSS bucket.

Link copied to clipboard

The creation time of the backup plan. UNIX time in seconds.

Link copied to clipboard

Whether to be suspended. Valid values: true, false.

Link copied to clipboard
val id: String

The ID of Oss backup plan.

Link copied to clipboard

The ID of Oss backup plan.

Link copied to clipboard

The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.

Link copied to clipboard

Backup prefix.

Link copied to clipboard

Backup retention days, the minimum is 1.

Link copied to clipboard

Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.

Link copied to clipboard

The update time of the backup plan. UNIX time in seconds.

Link copied to clipboard

The ID of backup vault.