public static class HostCpu.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Long |
family
the family (number) of the physical CPU
|
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
|
Long |
model
the model number of the physical CPU
|
String |
modelname
the model name of the physical CPU
|
Long |
number
the number of the physical CPU within the host
|
Map<String,String> |
otherConfig
additional configuration
|
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 and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a host_cpu.Record to a Map
|
String |
toString() |
public String uuid
public Host host
public Long number
public String vendor
public Long speed
public String modelname
public Long family
public Long model
public String stepping
public String flags
public String features
public Double utilisation