HostStorageElementInfo

HostStorageElementInfo
HostStorageElementInfo

Data object describing the operational status of various storage elements.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "status": {
        "_typeName": "string",
        "label": "string",
        "summary": "string",
        "key": "string"
    },
    "operationalInfo": [
        {
            "_typeName": "string",
            "property": "string",
            "value": "string"
        }
    ]
}
operationalInfo
Optional

Other information regarding the operational state of the storage element.