Data Object - ClusterDependencyRuleInfo(vim.cluster.DependencyRuleInfo)

Extends
ClusterRuleInfo
Since
vSphere API 6.5

Data Object Description

The ClusterDependencyRuleInfo data object indentifies VM-to-VM dependencies.

A VM-VM Dependency rule identifies the following groups.

The VMs in vmGroup depends on the list of VMs specified in dependsOnVmGroup.

For example, this rule is used during vSphere HA VM recovery orchestration. vSphere HA will not restart the VMs in vmGroup until all the VMs in dependsOnVmGroup are deemded "ready" (See ClusterVmReadiness).

All the virtual machines referenced by this rule must be in the same cluster.

Properties

Name Type Description
dependsOnVmGroupxsd:string

Depdendency virtual group name (ClusterVmGroup.name). The virtual group may contain one or more virtual machines.
vmGroupxsd:string

Virtual group name. The virtual group may contain one or more virtual machines. ClusterVmGroup.name
Properties inherited from ClusterRuleInfo
enabled, inCompliance, key, mandatory, name, ruleUuid, status, userCreated
Properties inherited from DynamicData
None

Show WSDL type definition