VirtualHardDiskUploadStatusResponse

data class VirtualHardDiskUploadStatusResponse(val errorCode: String? = null, val errorMessage: String? = null, val progressPercentage: Double? = null, val status: String, val uploadedSizeInMB: Double? = null)

The upload status of the virtual hard disk

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorCode: String? = null

VirtualHardDisk upload error code

Link copied to clipboard
val errorMessage: String? = null

Descriptive upload error message

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

Link copied to clipboard

The uploaded sized of the virtual hard disk in MB