GetBackupJobsJob

data class GetBackupJobsJob(val actualBytes: String, val actualItems: String, val backJobName: String, val backupJobId: String, val backupType: String, val bucket: String, val bytesDone: String, val bytesTotal: String, val completeTime: String, val createTime: String, val crossAccountRoleName: String, val crossAccountType: String, val crossAccountUserId: Int, val errorMessage: String, val exclude: String, val fileSystemId: String, val id: String, val include: String, val instanceId: String, val itemsDone: String, val itemsTotal: String, val nasCreateTime: String, val otsDetails: List<GetBackupJobsJobOtsDetail>, val paths: List<String>, val planId: String, val prefix: String, val progress: String, val sourceType: String, val startTime: String, val status: String, val updatedTime: String, val vaultId: String)

Constructors

Link copied to clipboard
constructor(actualBytes: String, actualItems: String, backJobName: String, backupJobId: String, backupType: String, bucket: String, bytesDone: String, bytesTotal: String, completeTime: String, createTime: String, crossAccountRoleName: String, crossAccountType: String, crossAccountUserId: Int, errorMessage: String, exclude: String, fileSystemId: String, id: String, include: String, instanceId: String, itemsDone: String, itemsTotal: String, nasCreateTime: String, otsDetails: List<GetBackupJobsJobOtsDetail>, paths: List<String>, planId: String, prefix: String, progress: String, sourceType: String, startTime: String, status: String, updatedTime: String, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual data volume of the backup task (After deduplication) . Unit byte.

Link copied to clipboard

The actual number of items in the backup task. (Currently only file backup is available).

Link copied to clipboard

The name of backup job.

Link copied to clipboard

The ID of the backup job.

Link copied to clipboard

Backup type. Valid values: COMPLETE(full backup).

Link copied to clipboard

The name of target OSS bucket.

Link copied to clipboard

The amount of backup data (Incremental). Unit byte.

Link copied to clipboard

The total amount of data sources. Unit byte.

Link copied to clipboard

The completion time of backup job. UNIX time seconds.

Link copied to clipboard

The creation time of backup job. UNIX time seconds.

Link copied to clipboard

The role name created in the original account RAM backup by the cross account managed by the current account. It is valid only when source_type is ECS_FILE, NAS, OSS or OTS.

Link copied to clipboard

The type of the cross account backup. It is valid only when source_type is ECS_FILE, NAS, OSS or OTS.

Link copied to clipboard

The original account ID of the cross account backup managed by the current account. It is valid only when source_type is ECS_FILE, NAS, OSS or OTS.

Link copied to clipboard

Error message.

Link copied to clipboard

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

Link copied to clipboard

The ID of destination file system.

Link copied to clipboard
val id: String

The ID of the backup job.

Link copied to clipboard

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

Link copied to clipboard

The ID of target ECS instance.

Link copied to clipboard

The number of items restore job recovered.

Link copied to clipboard

The total number of items restore job recovered.

Link copied to clipboard

File system creation time. UNIX time in seconds.

Link copied to clipboard
Link copied to clipboard

List of backup path. e.g. ["/home", "/var"].

Link copied to clipboard

The ID of a backup plan.

Link copied to clipboard

The prefix of Oss bucket files.

Link copied to clipboard

Backup progress. The value is 100%*100.

Link copied to clipboard

The type of data source. Valid Values: ECS_FILE, OSS, NAS, UDM_DISK.

Link copied to clipboard

The scheduled backup start time. UNIX time seconds.

Link copied to clipboard

The status of restore job. Valid values: COMPLETE , PARTIAL_COMPLETE, FAILED.

Link copied to clipboard

The update time of backup job. UNIX time seconds.

Link copied to clipboard

The ID of backup vault.