Values.InstanceHardwareSourceDescribes the hardware for the instance.
type nonrec t = {cpuCount : Integer.t option;The number of vCPUs the instance has.
*)disks : DiskList.t option;The disks attached to the instance.
*)ramSizeInGb : Float_.t option;The amount of RAM in GB on the instance (1.0).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Float_.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list
| `Timestamp of IsoDate.t ])
list ]
list ])
list ]