GetSnapshotsSnapshot

data class GetSnapshotsSnapshot(val createTime: String, val description: String, val desktopId: String, val id: String, val progress: String, val remainTime: Int, val snapshotId: String, val snapshotName: String, val snapshotType: String, val sourceDiskSize: String, val sourceDiskType: String, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, desktopId: String, id: String, progress: String, remainTime: Int, snapshotId: String, snapshotName: String, snapshotType: String, sourceDiskSize: String, sourceDiskType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the snapshot was created.

Link copied to clipboard

The description of the snapshot.

Link copied to clipboard

The ID of the cloud desktop to which the snapshot belongs.

Link copied to clipboard
val id: String

The ID of the Snapshot.

Link copied to clipboard

The progress of creating the snapshot.

Link copied to clipboard

The remaining time that is required to create the snapshot. Unit: seconds.

Link copied to clipboard

The ID of the snapshot.

Link copied to clipboard

The name of the snapshot.

Link copied to clipboard

The type of the snapshot.

Link copied to clipboard

The capacity of the source disk. Unit: GiB.

Link copied to clipboard

The type of the source disk.

Link copied to clipboard

The status of the snapshot.