SettingsDepotsHardwareSupportManagerSummary
The HardwareSupportManagerSummary structure contains fields that describe the summary of a hardware support manager (HSM).
Properties
string
display_name
Required
UI label for HSM, derived from HSM extension’s description’s ‘label’ field.
packages
Required
Different hardware support packages (HSP) published by the HSM. The key is name of HSP. 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_support.package. 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_support.package.
JSON Example
{
"display_name": "string",
"packages": {
"key": {
"versions": [
{
"version": "string"
}
]
}
}
}