Values_1.HostPropertiesSourceDescribes the properties of a Dedicated Host.
type nonrec t = {cores : Values_0.Integer.t option;The number of cores on the Dedicated Host.
*)instanceType : Values_0.String_.t option;The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.
*)instanceFamily : Values_0.String_.t option;The instance family supported by the Dedicated Host. For example, m5.
*)sockets : Values_0.Integer.t option;The number of sockets on the Dedicated Host.
*)totalVCpus : Values_0.Integer.t option;The total number of vCPUs on the Dedicated Host.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ])
list ]