GetRestoreJobsJob

data class GetRestoreJobsJob(val actualBytes: String, val actualItems: String, val bytesDone: String, val bytesTotal: String, val completeTime: String, val createTime: String, val errorFile: String, val errorMessage: String, val expireTime: String, val id: String, val itemsDone: String, val itemsTotal: String, val options: String, val parentId: String, val progress: Int, val restoreJobId: String, val restoreType: String, val snapshotHash: String, val snapshotId: String, val sourceType: String, val startTime: String, val status: String, val targetBucket: String, val targetClientId: String, val targetCreateTime: String, val targetDataSourceId: String, val targetFileSystemId: String, val targetInstanceId: String, val targetPath: String, val targetPrefix: String, val updatedTime: String, val vaultId: String)

Constructors

Link copied to clipboard
constructor(actualBytes: String, actualItems: String, bytesDone: String, bytesTotal: String, completeTime: String, createTime: String, errorFile: String, errorMessage: String, expireTime: String, id: String, itemsDone: String, itemsTotal: String, options: String, parentId: String, progress: Int, restoreJobId: String, restoreType: String, snapshotHash: String, snapshotId: String, sourceType: String, startTime: String, status: String, targetBucket: String, targetClientId: String, targetCreateTime: String, targetDataSourceId: String, targetFileSystemId: String, targetInstanceId: String, targetPath: String, targetPrefix: String, updatedTime: String, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual size of Snapshot.

Link copied to clipboard

The actual number of files.

Link copied to clipboard

The size of restore job recovered.

Link copied to clipboard

The total size of restore job recovered.

Link copied to clipboard

The completion time of restore Job.

Link copied to clipboard

The creation time of restore job.

Link copied to clipboard
Link copied to clipboard

The error message of recovery task execution.

Link copied to clipboard

The expiration time of restore job. Unix Time in seconds.

Link copied to clipboard
val id: String

The ID of the restore job.

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

Recovery Options.

Link copied to clipboard
Link copied to clipboard

The recovery progress.

Link copied to clipboard

The ID of restore job.

Link copied to clipboard

The type of recovery destination. Valid Values: ECS_FILE, OSS, NAS.

Link copied to clipboard

The hashcode of Snapshot.

Link copied to clipboard

The ID of Snapshot.

Link copied to clipboard

The list of data source types. Valid values: ECS_FILE, NAS, OSS, OTS_TABLE,UDM_ECS_ROLLBACK.

Link copied to clipboard

The start time of restore job. Unix Time in Seconds.

Link copied to clipboard

The status of restore job.

Link copied to clipboard

The name of target ofo OSS bucket.

Link copied to clipboard
Link copied to clipboard

The creation time of destination file system.

Link copied to clipboard
Link copied to clipboard

The ID of destination file system.

Link copied to clipboard

The ID of target ECS instance.

Link copied to clipboard

The target file path of ECS instance.

Link copied to clipboard

The file prefix of target OSS object.

Link copied to clipboard

The update Time of restore job. Unix Time in Seconds.

Link copied to clipboard

The ID of backup vault.