ActiveVMsBlockingEVC

ActiveVMsBlockingEVC
ActiveVMsBlockingEVC

An attempt to enable Enhanced VMotion Compatibility on a cluster, or to select a less-featureful EVC mode for a cluster where EVC is already enabled, has failed for the following reason:

  • The cluster contains hosts that expose additional compatibility- relevant CPU features beyond those present in the baseline of the requested EVC mode.
  • Those hosts have powered-on or suspended virtual machines.

Therefore the EVC configuration has been rejected since it may suppress CPU features that are currently in-use.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "faults": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ],
    "evcMode": "string",
    "host": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "hostName": [
        "string"
    ]
}
string
evcMode
Optional

The requested EVC mode.

host
Optional

Hosts with active virtual machines that are blocking the operation, because the hosts expose compatibility-relevant CPU features not present in the baseline of the requested EVC mode.

Note that in rare cases, a host may be on this list even if its maxEVCModeKey corresponds to the requested EVC mode. This means that even though that EVC mode is the best match for the host's hardware, the host still has some features beyond those present in the baseline for that EVC mode.

array of string
hostName
Optional

The names of the hosts in the host array.