ClusterAntiAffinityRuleSpec

ClusterAntiAffinityRuleSpec
ClusterAntiAffinityRuleSpec

The ClusterAntiAffinityRuleSpec data object defines a set of virtual machines.

DRS will attempt to schedule the virtual machines to run on different hosts.

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",
    "vm": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
vm
Required

List of virtual machine references.