Esx.Settings.ClusterParallelRemediationAction

Esx.Settings.ClusterParallelRemediationAction
Esx.Settings.ClusterParallelRemediationAction

The Esx.Settings.ClusterParallelRemediationAction schema contains properties that provide the settings to remediate multiple hosts of a cluster in parallel.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

Enable parallel remediation for hosts in maintenance mode within a cluster.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

integer As int64 As int64
max_hosts
Optional

Maximum number of hosts that can be remediated in parallel. Setting Esx.Settings.ClusterParallelRemediationAction.max_hosts does not guarantee maxHosts to be remediated in parallel.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

If missing or null, number of hosts that can be remediated in parallel would be set to maximum number of hosts supported per cluster.