HostHostBusAdapter

HostHostBusAdapter
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "device": "string",
    "bus": 0,
    "status": "string",
    "model": "string",
    "driver": "string",
    "pci": "string",
    "storageProtocol": "string"
}
string
key
Optional

The linkable identifier.

string
device
Required

The device name of host bus adapter.

integer As int32 As int32
bus
Required

The host bus number.

string
status
Required

The operational status of the adapter.

Valid values include "online", "offline", "unbound", and "unknown".

string
model
Required

The model name of the host bus adapter.

string
driver
Optional

The name of the driver.

string
pci
Optional

The Peripheral Connect Interface (PCI) ID of the device representing the host bus adapter.

string
storageProtocol
Optional

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.