Vm_Hardware_Adapter_Sata_CreateSpec

Vm_Hardware_Adapter_Sata_CreateSpec
Vm_Hardware_Adapter_Sata_CreateSpec

The Sata.CreateSpec structure provides a specification for the configuration of a newly-created virtual SATA adapter.

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

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

integer As int64
bus
Optional

SATA bus number. If unset, the server will choose an available bus number; if none is available, the request will fail.

integer As int64
pci_slot_number
Optional

Address of the SATA adapter on the PCI bus. If unset, the server will choose an available address when the virtual machine is powered on.