Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSpec

Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSpec
Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.RemoveSpec

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

This schema was added in vSphere API 7.0.1.0.

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

JSON Example
{
    "solution": "string",
    "hosts": [
        "string"
    ]
}
string
solution
Required

Solution identifier that corresponds to the solution whose components will be removed.

This property was added in vSphere API 7.0.1.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.

array of string
hosts
Optional

Hosts for which the solution components need to be removed.

This property was added in vSphere API 7.0.1.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.