SnapshotImportClientData

data class SnapshotImportClientData(val comment: String? = null, val uploadEnd: String? = null, val uploadSize: Double? = null, val uploadStart: String? = null)

Constructors

Link copied to clipboard
constructor(comment: String? = null, uploadEnd: String? = null, uploadSize: Double? = null, uploadStart: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

A user-defined comment about the disk upload.

Link copied to clipboard
val uploadEnd: String? = null

The time that the disk upload ends.

Link copied to clipboard
val uploadSize: Double? = null

The size of the uploaded disk image, in GiB.

Link copied to clipboard
val uploadStart: String? = null

The time that the disk upload starts.