HostPlugStoreTopologyAdapter

HostPlugStoreTopologyAdapter
HostPlugStoreTopologyAdapter

This data object type is an association class that describes a host bus adapter and its associated storage Paths.

The set of Paths on all the host bus adapters is the complete set of Paths in the system.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "adapter": "string",
    "path": [
        "string"
    ]
}
string
key
Required

The identifier for the host bus adapter.

string
adapter
Required

The link to the host bus adapter for this inebtrface.

array of string
path
Optional

The list of paths to which the host bus adapter is associated.