Settings_HardwareSupport_Managers_Packages_Versions_PackageInfo

Settings_HardwareSupport_Managers_Packages_Versions_PackageInfo
Settings_HardwareSupport_Managers_Packages_Versions_PackageInfo

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

JSON Example
{
    "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"
        }
    ]
}
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.

string
version
Required

Version of the Hardware Support Package (e.g. "20180128.1" or "v42") selected

string
description
Required

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

array of string
supported_releases
Required

Supported vSphere releases

components
Required

List of components in this HSP manifest.

removed_components
Required

List of components removed by this HSP manifest.