vcenter vm hardware: sata address spec

The sata_address_spec structure contains information for specifying the address of a virtual device that is attached to a virtual SATA adapter of a virtual machine.

Representations:

{
    "bus"1,
    "unit"1
}
<?xml version="1.0" ?>
<ns0:SataAddressSpec xmlns:ns0="http://vmware.com/vcenter/vm/hardware" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <unit>1</unit>
  <bus>1</bus>
</ns0:SataAddressSpec>

Attributes:

Name Type Description
Required
bus long Bus number of the adapter to which the device should be attached.

Optional
unit long Unit number of the device.

Optional. If unset, the server will choose an available unit number on the specified adapter. If there are no available connections on the adapter, the request will be rejected.