GetServerBackupPlansPlan

data class GetServerBackupPlansPlan(val createTime: String, val details: List<GetServerBackupPlansPlanDetail>, val disabled: Boolean, val ecsServerBackupPlanId: String, val ecsServerBackupPlanName: String, val id: String, val instanceId: String, val retention: String, val schedule: String)

Constructors

Link copied to clipboard
constructor(createTime: String, details: List<GetServerBackupPlansPlanDetail>, disabled: Boolean, ecsServerBackupPlanId: String, ecsServerBackupPlanName: String, id: String, instanceId: String, retention: String, schedule: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of backup plan.

Link copied to clipboard

ECS server backup plan details.

Link copied to clipboard

Whether to disable the backup task. Valid values: true, false.

Link copied to clipboard

The ID of the server 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
val id: String

The ID of the server backup plan.

Link copied to clipboard

The ID of ECS Instance.

Link copied to clipboard

Backup retention days, the minimum is 1.

Link copied to clipboard

Backup strategy.