VsanHostDeviceInfo

VsanHostDeviceInfo
VsanHostDeviceInfo

Information of the vSAN devices on a host.

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

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

Host name to which this information references.

devices
Optional

The basic information of the devices used by vSAN.