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
additional |
Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
interfaces | The list of network interfaces and associated details for the bare metal machine. NOTE: This property will not be serialized. It can only be populated by the server. |
nics | Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalHostInformation
Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration. NOTE: This property will not be serialized. It can only be populated by the server.
additionalHostInformation?: string
Property Value
string
interfaces
The list of network interfaces and associated details for the bare metal machine. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
nics?: Nic[]
Property Value
Nic[]