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