SettingsHardwareSupportManagersPackagesVersionsComponentInfo
The Versions.ComponentInfo structure defines the information regarding a component present in HSP manifest.
Properties
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the HSP manifest.
string
name
Required
Identifier of the component. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.component.
string
version
Required
Version of the component.
JSON Example
{
"display_name": "string",
"display_version": "string",
"name": "string",
"version": "string"
}