SettingsHardwareSupportPackageCompliance
The HardwareSupportPackageCompliance structure contains information that describe compliance of the Hardware Support Package (HSP) on the host with respect to the Hardware support Package (HSP) present in the target software image specification, if any.
Properties
Current version of the Hardware Support Package present on the host. unset if there is no known Hardware Support Package on the host.
Compliance result for individual hardware module on the host. The key is the module identifier and value is the HardwareModuleFirmwareCompliance for the device. NOTE: if no individual hardware module compliance is returned by the, Hardware Support Manager (HSM), this map may have no entries even if ComplianceStatus = NON_COMPLIANT When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.setting.hardware_module. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.setting.hardware_module.
Compliance status of the Hardware Support Package (HSP).
Target version of the Hardware Support Package present in the software specification. unset if current desired image includes a Hardware Support Manager (HSM) but no target Hardware Support Package (HSP).
JSON Example
{
"hardware_modules": {
"key": {
"notifications": {},
"status": "enum"
}
},
"notifications": {},
"status": "enum"
}