Settings_HardwareSupport_Managers_Packages_Versions_PackageInfo
The Versions.PackageInfo structure contains fields that describe a particular 3rd party Hardware Support Package (HSP)
{
"pkg": "string",
"version": "string",
"description": "string",
"supported_releases": [
"string"
],
"components": [
{
"name": "string",
"display_name": "string",
"version": "string",
"display_version": "string"
}
],
"removed_components": [
{
"name": "string",
"display_name": "string"
}
]
}
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.
Version of the Hardware Support Package (e.g. "20180128.1" or "v42") selected
Description of the Hardware Support Package (HSP) (e.g. for use in help bubble)
Supported vSphere releases
List of components in this HSP manifest.
List of components removed by this HSP manifest.