Get Ecs Backup Plans Plan
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)
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
The ID of ecs backup plan.
Link copied to clipboard
The name of the backup plan.
Link copied to clipboard
The ID of ECS instance.
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.