VmHardwareAdapterSataInfo

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


Properties

integer as int64
bus Required

SATA bus number.


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.

Possible values are: AHCI


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.

JSON Example

{
	"bus": 0,
	"label": "string",
	"type": "AHCI"
}

Feedback

Was this page helpful?