Vm_Hardware_Adapter_Sata_Info

Vm_Hardware_Adapter_Sata_Info
Vm_Hardware_Adapter_Sata_Info

The Sata.Info structure contains information about a virtual SATA adapter.

JSON Example
{
    "label": "string",
    "type": "string",
    "bus": 0,
    "pci_slot_number": 0
}
string
label
Required

Device label.

type
Required

The Sata.Type enumerated type defines the valid emulation types for a virtual SATA adapter.
AHCI : AHCI host bus adapter.

integer As int64
bus
Required

SATA bus number.

integer As int64
pci_slot_number
Optional

Address of the SATA adapter on the PCI bus. May be unset if the virtual machine has never been powered on since the adapter was created.