GetBackupPlansPlan

data class GetBackupPlansPlan(val active: Boolean, val backupPeriod: String, val backupTime: String, val clusterId: String, val createTime: String, val dataCenterId: String, val id: String, val retentionPeriod: Int)

Constructors

Link copied to clipboard
constructor(active: Boolean, backupPeriod: String, backupTime: String, clusterId: String, createTime: String, dataCenterId: String, id: String, retentionPeriod: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to activate the backup plan.

Link copied to clipboard

The backup cycle. Valid values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.

Link copied to clipboard

The start time of the backup task each day. The time is displayed in UTC and denoted by Z.

Link copied to clipboard

The ID of the cluster for the backup.

Link copied to clipboard

The time when the backup plan was created.

Link copied to clipboard

The ID of the data center for the backup in the cluster.

Link copied to clipboard
val id: String

The ID of the Backup Plan.

Link copied to clipboard

The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days.