VmHardwareAdapterNvmeCreateSpec
The Nvme.CreateSpec structure provides a specification for the configuration of a newly-created virtual NVMe adapter.
Properties
integer as int64
bus
Optional
NVMe 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 NVMe adapter on the PCI bus. If unset, the server will choose an available address when the virtual machine is powered on.
JSON Example
{
"bus": 0,
"pci_slot_number": 0
}