VmHardwareAdapterNvmeInfo

The Nvme.Info structure contains information about a virtual NVMe adapter.


Properties

integer as int64
bus Required

NVMe bus number.


string
label Required

Device label.


integer as int64
pci_slot_number Optional

Address of the NVMe 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"
}

Feedback

Was this page helpful?