Values.SourcePropertiesSourceProperties of the Source Server machine.
type nonrec t = {lastUpdatedDateTime : ISO8601DatetimeString.t option;The date and time the Source Properties were last updated on.
*)recommendedInstanceType : EC2InstanceType.t option;The recommended EC2 instance type that will be used when recovering the Source Server.
*)identificationHints : IdentificationHints.t option;Hints used to uniquely identify a machine.
*)networkInterfaces : NetworkInterfaces.t option;An array of network interfaces.
*)disks : Disks.t option;An array of disks.
*)cpus : Cpus.t option;An array of CPUs.
*)ramBytes : PositiveInteger.t option;The amount of RAM in bytes.
*)os : OS.t option;Operating system.
*)supportsNitroInstances : Boolean.t option;Are EC2 nitro instance types supported when recovering the Source Server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `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 ]