Package com.xensource.xenapi
Class HostCpu.Record
java.lang.Object
com.xensource.xenapi.HostCpu.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- HostCpu
Represents all the fields in a HostCpu
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe family (number) of the physical CPUthe physical CPU feature bitmapthe flags of the physical CPU (a decoded version of the features field)the host the CPU is inthe model number of the physical CPUthe model name of the physical CPUthe number of the physical CPU within the hostadditional configuration First published in XenServer 5.0.the speed of the physical CPUthe stepping of the physical CPUthe current CPU utilisationUnique identifier/object referencethe vendor of the physical CPU -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
host
the host the CPU is in -
number
the number of the physical CPU within the host -
vendor
the vendor of the physical CPU -
speed
the speed of the physical CPU -
modelname
the model name of the physical CPU -
family
the family (number) of the physical CPU -
model
the model number of the physical CPU -
stepping
the stepping of the physical CPU -
flags
the flags of the physical CPU (a decoded version of the features field) -
features
the physical CPU feature bitmap -
utilisation
the current CPU utilisation -
otherConfig
additional configuration First published in XenServer 5.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a host_cpu.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-