HostMultipathStateInfo

HostMultipathStateInfo
HostMultipathStateInfo

This data object type describes the state of storage paths on the host.

All storage paths on the host are enumerated in this data object.

The reason all path state information is encapsulated in this data object is because the path may actively change. This data object ensures that a request to gather path state changes only needs to fetch this data object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "path": [
        {
            "_typeName": "string",
            "name": "string",
            "pathState": "string"
        }
    ]
}
path
Optional

List of paths on the system and their path states.