HostsHardwareSupportPackageSpec

The HardwareSupportPackageSpec structure contains fields to describe the Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM’s, including BIOS, device firmware and OEM-supplied driver or agent components).


Properties

string
pkg Optional

Hardware Support Package (HSP) 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.hosts.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.hosts.hardware_support.package.


string
version Optional

Version of the Hardware Support Package (HSP) selected (e.g. “20180128.1” or “v42”) If unset, the system will use an empty string as the version.

JSON Example

{
	"pkg": "string",
	"version": "string"
}

Feedback

Was this page helpful?