HostsHardwareSupportPackageInfo

The HardwareSupportPackageInfo structure contains information to describe the Hardware Support Package (HSP) configured for a single device or distinct group of devices (typically the OEM’s, including BIOS and device firmware).


Properties

string
pkg Required

Identifier of 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 Required

Version of the Hardware Support Package (HSP) selected (e.g. “20180128.1” or “v42”)

JSON Example

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

Feedback

Was this page helpful?