VsanBasicDeviceInfo

VsanBasicDeviceInfo
VsanBasicDeviceInfo

Basic information of a vSAN device.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "pciId": "string",
    "fwVersion": "string",
    "features": [
        "string"
    ]
}
string
deviceName
Required

The device name used by ESX to refer to the device right now, e.g.

vmhba1.

string
pciId
Optional

PCI ID.

E.g., 8086:1000:1234:ABCD

string
fwVersion
Optional

The firmware version of the controller

array of string
features
Optional

The hardware features enabled on this device.

E.g., ['RoCE v2']