Values.SourcePropertiesSourceSource server properties.
type nonrec t = {lastUpdatedDateTime : ISO8601DatetimeString.t option;Source server last update date and time.
*)recommendedInstanceType : EC2InstanceType.t option;Source server recommended instance type.
*)identificationHints : IdentificationHints.t option;Source server identification hints.
*)networkInterfaces : NetworkInterfaces.t option;Source server network interfaces.
*)disks : Disks.t option;Source Server disks.
*)cpus : Cpus.t option;Source Server CPUs.
*)ramBytes : PositiveInteger.t option;Source server RAM in bytes.
*)os : OS.t option;Source server OS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of BoundedString.t ] list
| `Long of PositiveInteger.t
| `String of BoundedString.t ])
list ]
list
| `Long of PositiveInteger.t
| `String of ISO8601DatetimeString.t
| `Structure of (string * [> `String of BoundedString.t ]) list ])
list ]