Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.HardwareSupportSourceInfo

Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.HardwareSupportSourceInfo
Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.HardwareSupportSourceInfo

The Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.HardwareSupportSourceInfo schema defines the exact Hardware Support Manager (HSM) and Hardware Support Package (HSP) referring to this particular manifest.

This schema was added in vSphere API 7.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "manager": "string",
    "pkg_source": {
        "name": "string",
        "version": "string"
    }
}
string
manager
Required

Manager for the HSP manifest (the HW Support Manager, or HSM).

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager.

pkg_source
Required

Specific package for the HSP manifest.

This property was added in vSphere API 7.0.0.0.