SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > C
  • 0 Ratings

Data Object - ClusterVmHostRuleInfo(vim.cluster.VmHostRuleInfo)

Extends
ClusterRuleInfo
Since
vSphere API 4.1

Data Object Description

A ClusterVmHostRuleInfo object identifies virtual machines and host groups that determine virtual machine placement. The virtual machines and hosts referenced by a VM-Host rule must be in the same cluster.

A VM-Host rule identifies the following groups.

ClusterVmHostRuleInfo stores only the names of the relevant virtual machine and host groups. The group contents are stored in the virtual machine and host group objects.

When you modify a VM-Host rule, only the fields that are specified are set.

Properties

Name Type Description
affineHostGroupName*xsd:string

Name of the affine host group (ClusterHostGroup.name). The affine host group identifies hosts on which vmGroupName virtual machines can be powered-on. The value of the mandatory property determines how the Server interprets the rule.
antiAffineHostGroupName*xsd:string

Name of the anti-affine host group (ClusterHostGroup.name). The anti-affine host group identifies hosts on which vmGroupName virtual machines should not be powered-on. The value of the mandatory property determines how the Server interprets the rule.
vmGroupName*xsd:string

Virtual group name (ClusterVmGroup.name). The virtual group may contain one or more virtual machines.
Properties inherited from ClusterRuleInfo
enabled, inCompliance, key, mandatory, name, ruleUuid, status, userCreated
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings