Values_1.VCpuInfoSourceDescribes the vCPU configurations for the instance type.
type nonrec t = {defaultVCpus : VCpuCount.t option;The default number of vCPUs for the instance type.
*)defaultCores : Values_0.CoreCount.t option;The default number of cores for the instance type.
*)defaultThreadsPerCore : Values_0.ThreadsPerCore.t option;The default number of threads per core for the instance type.
*)validCores : CoreCountList.t option;The valid number of cores that can be configured for the instance type.
*)validThreadsPerCore : ThreadsPerCoreList.t option;The valid number of threads per core that can be configured for the instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of VCpuCount.t
| `List of [> `Integer of Values_0.CoreCount.t ] list ])
list ]