VirtualScsiController interface
This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller.
Properties
bus |
Gets or sets the bus number of the controller. |
controller |
Gets or sets the key of the controller. |
scsi |
Gets or sets the SCSI controller unit number. |
sharing | Gets or sets the sharing mode. |
type | Gets or sets the controller type. |
Property Details
busNumber
Gets or sets the bus number of the controller.
busNumber?: number
Property Value
number
controllerKey
Gets or sets the key of the controller.
controllerKey?: number
Property Value
number
scsiCtlrUnitNumber
Gets or sets the SCSI controller unit number.
scsiCtlrUnitNumber?: number
Property Value
number
sharing
Gets or sets the sharing mode.
sharing?: string
Property Value
string
type
Gets or sets the controller type.
type?: string
Property Value
string