Esx.Settings.Clusters.Vms.Solutions.ApplySpec

Esx.Settings.Clusters.Vms.Solutions.ApplySpec
Esx.Settings.Clusters.Vms.Solutions.ApplySpec

The Esx.Settings.Clusters.Vms.Solutions.ApplySpec schema contains properties that describe a specification to be used for applying the desired solution specification to a given cluster.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "host_solutions": {
        "solutions": [
            "string"
        ],
        "hosts": [
            "string"
        ]
    },
    "cluster_solutions": {
        "solutions": [
            "string"
        ],
        "deployment_units": [
            "string"
        ]
    }
}
host_solutions
Optional

Apply filter for solutions with deployment type Esx.Settings.Clusters.Vms.DeploymentType.EVERY_HOST_PINNED.

This property was added in vSphere API 9.0.0.0.

if missing or null or empty and {#member clusterSolutions} is missing or null or empty, all solutions are applied on the cluster.

cluster_solutions
Optional

Apply filter for solutions with deployment type Esx.Settings.Clusters.Vms.DeploymentType.CLUSTER_VM_SET.

This property was added in vSphere API 9.0.0.0.

if missing or null or empty and {#member hostSolutions} is missing or null or empty, all solutions are applied on the cluster.