vcenter vm hardware adapter nvme: info
The
info
structure contains information about a virtual NVMe adapter. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"bus" : 1,
"pci_slot_number" : 1,
"label" : "string"
}
"bus" : 1,
"pci_slot_number" : 1,
"label" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
label | string | Device label. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
bus | long | NVMe bus number. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
pci_slot_number | long | Address of the NVMe adapter on the PCI bus. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. May be unset if the virtual machine has never been powered on since the adapter was created. |