vcenter vm hardware adapter sata: info

The info structure contains information about a virtual SATA adapter.

Representation:

{
    "bus"1,
    "label""string",
    "pci_slot_number"1,
    "type""AHCI"
}

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.