Values.SystemInfoSourceInformation about the server that hosts application components.
type nonrec t = {cpuArchitecture : String_.t option;CPU architecture type for the server.
*)fileSystemType : String_.t option;File system type for the server.
*)networkInfoList : NetworkInfoList.t option;Networking information related to a server.
*)osInfo : OSInfo.t option;Operating system corresponding to a server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of InterfaceName.t ]) list ]
list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of OSVersion.t ]) list ])
list ]