Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ClusterVmReadiness(vim.cluster.VmReadiness)
- Property of
- ClusterOrchestrationInfo, ClusterVmOrchestrationInfo
- Extends
- DynamicData
- Since
- vSphere API Release 6.5
Data Object Description
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.Properties
Name | Type | Description |
---|---|---|
postReadyDelay* | xsd:int |
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.
|
readyCondition* | xsd:string |
Ready condition for a virtual machine.
See ReadyCondition.
If not specified at either the cluster level or the virtual machine level, this will default to ReadyCondition#none.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |