VirtualHardDiskDownloadStatusResponse

data class VirtualHardDiskDownloadStatusResponse(val downloadedSizeInMB: Double? = null, val progressPercentage: Double? = null, val status: String)

The download status of the virtual hard disk

Constructors

Link copied to clipboard
constructor(downloadedSizeInMB: Double? = null, progressPercentage: Double? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The downloaded sized of the virtual hard disk in MB

Link copied to clipboard

The progress of the operation in percentage

Link copied to clipboard

The status of Uploading virtual hard disk Succeeded, Failed, InProgress