VirtualDiskControllerResponse

data class VirtualDiskControllerResponse(val id: String, val name: String, val subType: String, val type: String)

Virtual disk controller model

Constructors

Link copied to clipboard
constructor(id: String, name: String, subType: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Controller's id

Link copied to clipboard

The display name of Controller

Link copied to clipboard

dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS)

Link copied to clipboard

disk controller type (SCSI)