Esx.Settings.HardwareModuleDetails
The Esx.Settings.HardwareModuleDetails schema contains information that provide more details about the a hardware module (e.g. BIOS, PCI device).
This schema was added in vSphere API 7.0.0.0.
{
"component_class": "string",
"description": "string"
}
Class of module (BIOS, PCI Device, non-PCI hardware, etc.)
Possible values:
- SYSTEM_BIOS: System BIOS
- PCI_DEVICE: PCI device
- OTHER: Other (non-PCI) hardware
For more information see: Esx.Settings.HardwareModuleClass.
This property was added in vSphere API 7.0.0.0.
Descipription of the hardware module (e.g. "System BIOS" or "Frobozz 100Gb NIC").
This property was added in vSphere API 7.0.0.0.
missing or null if description is not specified.