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.
{
"_typeName": "string",
"readyCondition": "string",
"postReadyDelay": 0
}
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.
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.