Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionsApplyStatus

Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionsApplyStatus
Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionsApplyStatus

The Esx.Settings.Clusters.Vms.Solutions.ClusterSolutionsApplyStatus schema contains properties that describe the apply status of solutions with deployment type Esx.Settings.Clusters.Vms.DeploymentType.CLUSTER_VM_SET.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "status": {
        "status": "string",
        "start_time": "string",
        "end_time": "string"
    },
    "solution_statuses": {
        "solution_statuses": {
            "status": {
                "status": "string",
                "start_time": "string",
                "end_time": "string"
            },
            "deployment_unit_statuses": {
                "deployment_unit_statuses": {
                    "status": "string",
                    "start_time": "string",
                    "end_time": "string"
                }
            }
        }
    }
}
status
Optional

Aggregated apply status of the solutions.

This property was added in vSphere API 9.0.0.0.

missing or null if the apply operation is not completed for solutions with deployment type Esx.Settings.Clusters.Vms.DeploymentType.CLUSTER_VM_SET.

object
solution_statuses
Required

The apply status of the solutions that were part of the apply operation.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmSolution. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmSolution.