Get Oss Backup Plans Plan
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
Properties
Link copied to clipboard
Backup type. Valid values: COMPLETE
.
Link copied to clipboard
The creation time of the backup plan. UNIX time in seconds.
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 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.