Hardware Inventory Response
data class HardwareInventoryResponse(val additionalHostInformation: String, val interfaces: List<HardwareInventoryNetworkInterfaceResponse>, val nics: List<NicResponse>)
Constructors
Link copied to clipboard
constructor(additionalHostInformation: String, interfaces: List<HardwareInventoryNetworkInterfaceResponse>, nics: List<NicResponse>)
Properties
Link copied to clipboard
Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
Link copied to clipboard
The list of network interfaces and associated details for the bare metal machine.
Link copied to clipboard
Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.