|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.HostCpu.Record
public static class HostCpu.Record
Represents all the fields in a HostCpu
Field Summary | |
---|---|
java.lang.Long |
family
the family (number) of the physical CPU |
java.lang.String |
features
the physical CPU feature bitmap |
java.lang.String |
flags
the flags of the physical CPU (a decoded version of the features field) |
Host |
host
the host the CPU is in |
java.lang.Long |
model
the model number of the physical CPU |
java.lang.String |
modelname
the model name of the physical CPU |
java.lang.Long |
number
the number of the physical CPU within the host |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
java.lang.Long |
speed
the speed of the physical CPU |
java.lang.String |
stepping
the stepping of the physical CPU |
java.lang.Double |
utilisation
the current CPU utilisation |
java.lang.String |
uuid
Unique identifier/object reference |
java.lang.String |
vendor
the vendor of the physical CPU |
Constructor Summary | |
---|---|
HostCpu.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a host_cpu.Record to a Map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String uuid
public Host host
public java.lang.Long number
public java.lang.String vendor
public java.lang.Long speed
public java.lang.String modelname
public java.lang.Long family
public java.lang.Long model
public java.lang.String stepping
public java.lang.String flags
public java.lang.String features
public java.lang.Double utilisation
public java.util.Map<java.lang.String,java.lang.String> otherConfig
Constructor Detail |
---|
public HostCpu.Record()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |