Package com.vmware.vim25
Class HostCpuIdInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostCpuIdInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
level
public int level -
vendor
-
eax
-
ebx
-
ecx
-
edx
-
-
Constructor Details
-
HostCpuIdInfo
public HostCpuIdInfo()
-
-
Method Details
-
getLevel
public int getLevel() -
getVendor
-
getEax
-
getEbx
-
getEcx
-
getEdx
-
setLevel
public void setLevel(int level) -
setVendor
-
setEax
-
setEbx
-
setEcx
-
setEdx
-