Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSolutionsSpec

Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSolutionsSpec
Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSolutionsSpec

The Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSolutionsSpec schema contains properties that describe the specification to be used for removing specified solutions from a given cluster. operation.

This schema was added in vSphere API 9.0.0.0.

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

JSON Example
{
    "solutions": [
        "string"
    ],
    "hosts": [
        "string"
    ]
}
array of string
solutions
Required

List of solution identifiers that corresponds to the solution whose components will be removed.

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 contain identifiers for the resource type: com.vmware.esx.settings.solution. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.solution.

array of string
hosts
Optional

Hosts for which the solution components need to be removed.

This property was added in vSphere API 9.0.0.0.

if missing or null or empty, solution is removed from all the hosts in the cluster.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.