Esx.Settings.Clusters.Software.HaInternal.SolutionInfo

Esx.Settings.Clusters.Software.HaInternal.SolutionInfo
Esx.Settings.Clusters.Software.HaInternal.SolutionInfo

The Esx.Settings.Clusters.Software.HaInternal.SolutionInfo schema contains information that describe solution registered in the software specification.

This schema was added in vSphere API 9.0.0.0.

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

JSON Example
{
    "id": "string",
    "version": "string",
    "components": [
        {
            "component": "string"
        }
    ]
}
string
id
Required

Target desired solution id.

This property was added in vSphere API 9.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.settings.solution. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.solution.

string
version
Required

Version of the solution.

This property was added in vSphere API 7.0.0.0.

components
Required

Components registered by the solution.

This property was added in vSphere API 7.0.0.0.