esx settings: hardware module details
The
hardware_module_details
structure contains information that provide more details about the a hardware module (e.g. BIOS, PCI device).Representation:
{
"component_class" : "SYSTEM_BIOS",
"description" : "string"
}
"component_class" : "SYSTEM_BIOS",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
component_class | string | Class of module (BIOS, PCI Device, non-PCI hardware, etc.) The hardware_module_class structure contains the module's source information. Value is one of:SYSTEM_BIOS: System BIOS PCI_DEVICE: PCI device OTHER: Other (non-PCI) hardware |
Optional | ||
description | string | Descipription of the hardware module (e.g. "System BIOS" or "Frobozz 100Gb NIC"). Optional. unset if description is not specified. |