SettingsHardwareSupportManagersPackagesVersionsPackageInfo
The Versions.PackageInfo structure contains fields that describe a particular 3rd party Hardware Support Package (HSP)
Properties
List of components in this HSP manifest.
Description of the Hardware Support Package (HSP) (e.g. for use in help bubble)
Name of the Hardware Support Package (e.g. “Jan. 2018 Release” or “Latest Hardware Support Package for Frobozz GenX hardware”) selected When clients pass a value of this structure as a parameter, the field 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 field will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package.
List of components removed by this HSP manifest.
Supported vSphere releases
Version of the Hardware Support Package (e.g. “20180128.1” or “v42”) selected
JSON Example
{
"components": [
{
"display_name": "string",
"display_version": "string",
"name": "string",
"version": "string"
}
],
"description": "string",
"pkg": "string",
"removed_components": [
{
"display_name": "string",
"name": "string"
}
],
"supported_releases": [
"string"
],
"version": "string"
}