VmHardwareScsiAddressInfo
The ScsiAddressInfo structure contains information about the address of a virtual device that is attached to a virtual SCSI adapter of a virtual machine.
Properties
integer as int64
bus
Required
Bus number of the adapter to which the device is attached.
integer as int64
unit
Required
Unit number of the device.
JSON Example
{
"bus": 0,
"unit": 0
}