Esx.Settings.Clusters.Policies.Apply.ResetInfo.ParallelRemediationActionResetInfo

Esx.Settings.Clusters.Policies.Apply.ResetInfo.ParallelRemediationActionResetInfo
Esx.Settings.Clusters.Policies.Apply.ResetInfo.ParallelRemediationActionResetInfo

Describes the outcome when Esx.Settings.Clusters.Policies.Apply.ParallelRemediationAction is reset.

This schema was added in vSphere API 8.0.0.1.

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

JSON Example
{
    "from": {
        "enabled": false,
        "max_hosts": 0
    },
    "to": {
        "enabled": false,
        "max_hosts": 0
    }
}
from
Required

The configured value for what action should be taken when remediating the hosts.

This property was added in vSphere API 8.0.0.1.

to
Required

The value for what action should be taken when remediating the hosts when the configured value is reset.

This property was added in vSphere API 8.0.0.1.