Vm_Hardware_ScsiAddressInfo

Vm_Hardware_ScsiAddressInfo
Vm_Hardware_ScsiAddressInfo

The ScsiAddressInfo structure contains information about the address of a virtual device that is attached to a virtual SCSI adapter of a virtual machine.

JSON Example
{
    "bus": 0,
    "unit": 0
}
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.