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