HostsSolutionInfo
The SolutionInfo structure contains fields that describe solution registered in the software solution.
Properties
map of
HostsComponentInfo
components
Required
Components registered by the solution. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.hosts.component. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.hosts.component.
string
display_name
Required
Display name of the solution.
string
version
Required
Version of the solution.
JSON Example
{
"components": {
"key": {
"display_name": "string",
"display_version": "string",
"vendor": "string",
"version": "string"
}
},
"display_name": "string",
"version": "string"
}