GetEcsBackupPlansPlan

data class GetEcsBackupPlansPlan(val backupType: String, val createTime: String, val createdTime: String, val detail: String, val disabled: Boolean, val ecsBackupPlanId: String, val ecsBackupPlanName: String, val exclude: String, val id: String, val include: String, val instanceId: String, val options: String, val paths: List<String>, val retention: String, val schedule: String, val sourceType: String, val speedLimit: String, val updatedTime: String, val vaultId: String)

Constructors

Link copied to clipboard
constructor(backupType: String, createTime: String, createdTime: String, detail: String, disabled: Boolean, ecsBackupPlanId: String, ecsBackupPlanName: String, exclude: String, id: String, include: String, instanceId: String, options: String, paths: List<String>, retention: String, schedule: String, sourceType: String, speedLimit: 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 creation time of the backup plan. UNIX time in seconds.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

The ID of ecs backup plan.

Link copied to clipboard

The name of the backup plan.

Link copied to clipboard

Exclude path. String of Json list. Up to 255 characters. e.g. "[\"/home/work\"]"

Link copied to clipboard
val id: String

The ID of ecs backup plan.

Link copied to clipboard

Include path. String of Json list. Up to 255 characters. e.g. "[\"/var\"]"

Link copied to clipboard

The ID of ECS instance.

Link copied to clipboard

Windows operating system with application consistency using VSS. eg: {UseVSS:false}.

Link copied to clipboard

Backup path. e.g. ["/home", "/var"]

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 has not completed yet, the next backup task will not be triggered.

Link copied to clipboard

The type of backup source.

Link copied to clipboard

Flow control. The format is: {start}|{end}|{bandwidth}. Use | to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.

Link copied to clipboard

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

Link copied to clipboard

The ID of Backup vault.