public static class HostCpu.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a host_cpu.Record to a Map
|
java.lang.String |
toString() |
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
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