VmHardwareAdapterScsiInfo
The Scsi.Info structure contains information about a virtual SCSI adapter.
Properties
string
label
Required
Device label.
integer
pci_slot_number
Optional
Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. May be unset if the virtual machine has never been powered on since the adapter was created.
JSON Example
{
"label": "string",
"scsi": {
"bus": 0,
"unit": 0
},
"sharing": "enum",
"type": "enum"
}