vcenter vm hardware adapter sata: info

The info structure contains information about a virtual SATA adapter.

Representations:

{
    "bus"1,
    "label""string",
    "pci_slot_number"1,
    "type""AHCI"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/vm/hardware/adapter/sata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <pci_slot_number>1</pci_slot_number>
  <bus>1</bus>
  <label>string</label>
  <type>AHCI</type>
</ns0:Info>

Attributes:

Name Type Description
Required
label string Device label.

type string Adapter type.

Defines the valid emulation types for a virtual SATA adapter. Value is one of:
AHCI: AHCI host bus adapter.

bus long SATA bus number.

Optional
pci_slot_number long Address of the SATA adapter on the PCI bus.

Optional. May be unset if the virtual machine has never been powered on since the adapter was created.