SettingsHardwareSupportManagersPackagesVersionsPackageInfo

The Versions.PackageInfo structure contains fields that describe a particular 3rd party Hardware Support Package (HSP)


Properties

components Required

List of components in this HSP manifest.


string
description Required

Description of the Hardware Support Package (HSP) (e.g. for use in help bubble)


string
pkg Required

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.


removed_components Required

List of components removed by this HSP manifest.


array of string
supported_releases Required

Supported vSphere releases


string
version Required

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"
}

Feedback

Was this page helpful?