ClusterHostGroup
ClusterHostGroup
The ClusterHostGroup data object identifies hosts for VM-Host rules.
VM-Host rules determine placement of virtual machines on hosts in a cluster. The logic specified in a ClusterVmHostRuleInfo object determines where virtual machines can be powered-on.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"userCreated": false,
"uniqueID": "string",
"host": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
array of MoRefHostSystem
host
Optional
List of hosts that are part of this group.
A host group can contain zero or more hosts.