Vm_Hardware_Adapter_Scsi_Info
The Scsi.Info structure contains information about a virtual SCSI adapter.
{
"label": "string",
"type": "string",
"scsi": {
"bus": 0,
"unit": 0
},
"pci_slot_number": 0,
"sharing": "string"
}
Device label.
The Scsi.Type enumerated type defines the valid emulation types for a virtual SCSI adapter.
BUSLOGIC : BusLogic host bus adapter.
LSILOGIC : LSI Logic host bus adapter.
LSILOGICSAS : LSI Logic SAS 1068 host bus adapter.
PVSCSI : Paravirtualized host bus adapter.
The ScsiAddressInfo structure contains information about the address of a virtual device that is attached to a virtual SCSI adapter of a virtual machine.
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.
The Scsi.Sharing enumerated type defines the valid bus sharing modes for a virtual SCSI adapter.
NONE : The virtual SCSI bus is not shared.
VIRTUAL : The virtual SCSI bus is shared between two or more virtual machines. In this case, no physical machine is involved.
PHYSICAL : The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts.