Get Snapshots Snapshot
data class GetSnapshotsSnapshot(val actualBytes: String, val actualItems: String, val backupType: String, val bucket: String, val bytesDone: String, val bytesTotal: String, val clientId: String, val completeTime: String, val createTime: String, val createdTime: String, val errorFile: String, val fileSystemId: String, val id: String, val instanceId: String, val itemsDone: String, val itemsTotal: String, val jobId: String, val parentSnapshotHash: String, val path: String, val prefix: String, val retention: String, val snapshotHash: String, val snapshotId: String, val sourceType: String, val startTime: String, val status: String, val updatedTime: String)
Constructors
Link copied to clipboard
constructor(actualBytes: String, actualItems: String, backupType: String, bucket: String, bytesDone: String, bytesTotal: String, clientId: String, completeTime: String, createTime: String, createdTime: String, errorFile: String, fileSystemId: String, id: String, instanceId: String, itemsDone: String, itemsTotal: String, jobId: String, parentSnapshotHash: String, path: String, prefix: String, retention: String, snapshotHash: String, snapshotId: String, sourceType: String, startTime: String, status: String, updatedTime: String)
Properties
Link copied to clipboard
The actual data volume of the snapshot. Unit byte.
Link copied to clipboard
The actual number of items in the snapshot. (Currently only file backup is available).
Link copied to clipboard
Backup type. Possible values: COMPLETE
(full backup).
Link copied to clipboard
The total amount of data sources. Unit byte.
Link copied to clipboard
The time when the snapshot completed. UNIX time in seconds.
Link copied to clipboard
Snapshot creation time. UNIX time in seconds.
Link copied to clipboard
File System Creation Time of Nas. Unix Time Seconds.
Link copied to clipboard
The ID of NAS File system.
Link copied to clipboard
The ID of ECS instance.
Link copied to clipboard
The total number of data source items. (Currently only file backup is available).
Link copied to clipboard
The hashcode of parent backup snapshot.
Link copied to clipboard
The hashcode of Snapshot.
Link copied to clipboard
The ID of the Snapshot.
Link copied to clipboard
Data source type, optional values: ECS_FILE
, OSS
, NAS
.
Link copied to clipboard
The update time of snapshot. UNIX time in seconds.