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": {
"_typeName": "string",
"key": "string",
"device": "string",
"bus": 0,
"status": "string",
"model": "string",
"driver": "string",
"pci": "string",
"storageProtocol": "string"
},
"path": [
{
"_typeName": "string",
"key": "string",
"name": "string",
"channelNumber": 0,
"targetNumber": 0,
"lunNumber": 0,
"adapter": "HostPlugStoreTopologyAdapter Object",
"target": {
"_typeName": "string",
"key": "string",
"transport": {
"_typeName": "string"
}
},
"device": "HostPlugStoreTopologyDevice Object"
}
]
}
string
key
Required
The identifier for the host bus adapter.
adapter
Required
This data object type describes the bus adapter for the host.
A host bus adapter (HBA) is a hardware or software adapter that connects the host to storage devices.
array of HostPlugStoreTopologyPath
path
Optional
The list of paths to which the host bus adapter is associated.