HostHostBusAdapter
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.
{
"_typeName": "string",
"key": "string",
"device": "string",
"bus": 0,
"status": "string",
"model": "string",
"driver": "string",
"pci": "string",
"storageProtocol": "string"
}
The linkable identifier.
The device name of host bus adapter.
The host bus number.
The operational status of the adapter.
Valid values include "online", "offline", "unbound", and "unknown".
The model name of the host bus adapter.
The name of the driver.
The Peripheral Connect Interface (PCI) ID of the device representing the host bus adapter.
The type of protocol supported by the host bus adapter.
The list of supported values is described in HostStorageProtocolEnum. When unset, a default value of "scsi" is assumed.