Virtual Disk Response
data class VirtualDiskResponse(val controllerKey: Int? = null, val deviceKey: Int? = null, val deviceName: String? = null, val diskMode: String? = null, val diskObjectId: String, val diskSizeGB: Int? = null, val diskType: String? = null, val label: String, val name: String? = null, val unitNumber: Int? = null)
Virtual disk model