Data Object - ClusterEVCManagerEVCState(vim.cluster.EVCManager.EVCState)

Property of
ClusterEVCManager
Extends
DynamicData
See also
EVCMode, HostCpuIdInfo, HostFeatureCapability, HostFeatureMask, VirtualMachineFeatureRequirement
Since
vSphere API 6.0

Data Object Description

Properties

Name Type Description
currentEVCModeKey*xsd:string

If unset, then EVC is disabled. If set, then EVC is enabled, and the value references an EVC mode described in one of the elements of the supportedEVCMode array property. The EVC mode determines the set of guaranteed clusterwide CPU features. While EVC is enabled, CPU compatibility issues will not block any VMotion within the cluster (unless some VM is specifically configured to do different CPUID overrides).
featureCapability*HostFeatureCapability[]

When EVC is enabled, this array contains the feature capabilities that are guaranteed (by EVC) to be the same among all hosts in the cluster. This property has the same value as the featureCapability property of the configured EVC mode. On any host in the EVC cluster, the feature capabilities either naturally match these values because of the CPU hardware, or else feature masks are used to mask out differences and enforce a match. This array is empty when EVC is disabled.
featureMask*HostFeatureMask[]

The masks (modifications to a host's feature capabilities) that limit a host's capabilities to that of the EVC mode baseline.
featureRequirement*VirtualMachineFeatureRequirement[]

The conditions that must be true of a host's feature capabilities in order for the host to meet the minimum requirements of the EVC mode baseline.
guaranteedCPUFeatures*HostCpuIdInfo[]Deprecated. As of vSphere API 6.5 use featureCapability

When EVC is enabled, this array contains the CPU feature bits that are guaranteed (by EVC) to be the same among all hosts in the cluster. This property has the same value as the guaranteedCPUFeatures property of the configured EVC mode. On any host in the EVC cluster, the CPU features either naturally match these values because of the CPU hardware, or else CPU feature override is used to mask out differences and enforce a match. This array is empty when EVC is disabled.
supportedEVCModeEVCMode[]

All supported EVC modes. Identical to supportedEVCMode.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition