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