VmHardwareNvmeAddressSpec

The NvmeAddressSpec structure contains information for specifying the address of a virtual device that is attached to a virtual NVMe adapter of a virtual machine.


Properties

integer as int64
bus Required

Bus number of the adapter to which the device should be attached.


integer as int64
unit Optional

Unit number of the device. If unset, the server will choose an available unit number on the specified adapter. If there are no available connections on the adapter, the request will be rejected.

JSON Example

{
	"bus": 0
}

Feedback

Was this page helpful?