HardwareInventory interface

HardwareInventory represents the hardware configuration of this machine as exposed to the customer, including information acquired from the model/sku information and from the ironic inspector.

Properties

additionalHostInformation

Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.

interfaces

The list of network interfaces and associated details for the bare metal machine.

nics

Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.

Property Details

additionalHostInformation

Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.

additionalHostInformation?: string

Property Value

string

interfaces

The list of network interfaces and associated details for the bare metal machine.

interfaces?: HardwareInventoryNetworkInterface[]

Property Value

nics

Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.

nics?: Nic[]

Property Value

Nic[]