Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Fault - CpuIncompatible81EDX(vim.fault.CpuIncompatible81EDX)
- Extends
- CpuIncompatible
- Since
- VI API 2.5
Fault Description
Deprecated. As of vSphere API 6.5 use FeatureRequirementsNotMet Convenience subclass for calling out some named features among the incompatibilities found in CPUID level 0x80000001 register edx.Properties
Name | Type | Description |
---|---|---|
ffxsr | xsd:boolean |
Flag to indicate bit 25 is incompatible.
|
lm | xsd:boolean |
Flag to indicate bit 29 is incompatible.
|
nx | xsd:boolean |
Flag to indicate bit 20 is incompatible.
|
other | xsd:boolean |
Flag to indicate that bits other than 20/25/27/29 are incompatible.
I.e. the detected incompatibilities cannot be completely described by
the nx, ffxsr, rdtscp, and/or lm flags.
|
otherOnly | xsd:boolean |
Flag to indicate that the nx, ffxsr, rdtscp, and lm flags are all false,
and the "other" flag is true. Purely a convenience property for the
client processing this fault.
|
rdtscp | xsd:boolean |
Flag to indicate bit 27 is incompatible.
|
Properties inherited from CpuIncompatible | ||
desiredBits, host, level, registerBits, registerName | ||
Properties inherited from VirtualHardwareCompatibilityIssue | ||
None | ||
Properties inherited from VmConfigFault | ||
None | ||
Properties inherited from VimFault | ||
None | ||
Properties inherited from MethodFault | ||
faultCause, faultMessage |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |