Values.RecoveryInstancePropertiesSourceProperties of the Recovery Instance machine.
type nonrec t = {lastUpdatedDateTime : ISO8601DatetimeString.t option;The date and time the Recovery Instance properties were last updated on.
*)identificationHints : IdentificationHints.t option;Hints used to uniquely identify a machine.
*)networkInterfaces : NetworkInterfaces.t option;An array of network interfaces.
*)disks : RecoveryInstanceDisks.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.
*)}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 ]