Values.CPUSourceInformation about a server's CPU.
type nonrec t = {cores : PositiveInteger.t option;The number of CPU cores.
*)modelName : BoundedString.t option;The model name of the CPU.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PositiveInteger.t | `String of BoundedString.t ])
list ]