ClusterVmReadiness

ClusterVmReadiness
ClusterVmReadiness

VM readiness policy specifies when a VM is deemed ready.

This is used in cluster VM orchestration settings. For example, vSphere HA restarts lower priority VMs only after higher priority VMs are ready.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "readyCondition": "string",
    "postReadyDelay": 0
}
string
readyCondition
Optional

Ready condition for a virtual machine.

See ClusterVmReadinessReadyConditionEnum.

If not specified at either the cluster level or the virtual machine level, this will default to none.

integer As int32 As int32
postReadyDelay
Optional

Additional delay in seconds after ready condition is met.

A VM is considered ready at this point.

If not specified in a VM override, cluster default setting is used. Alternatively, set to -1 in per-VM setting to use cluster default value.