ClusterDependencyRuleInfo

ClusterDependencyRuleInfo
ClusterDependencyRuleInfo

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "status": "string",
    "enabled": false,
    "name": "string",
    "mandatory": false,
    "userCreated": false,
    "inCompliance": false,
    "ruleUuid": "string",
    "vmGroup": "string",
    "dependsOnVmGroup": "string"
}
string
vmGroup
Required

Virtual group name.

The virtual group may contain one or more virtual machines. ClusterVmGroup.name

string
dependsOnVmGroup
Required

Depdendency virtual group name (ClusterVmGroup.name).

The virtual group may contain one or more virtual machines.