Values_0.CpuOptionsSourceThe CPU options for the instance.
type nonrec t = {coreCount : Integer.t option;The number of CPU cores for the instance.
*)threadsPerCore : Integer.t option;The number of threads per CPU core.
*)amdSevSnp : AmdSevSnpSpecification.t option;Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.
*)nestedVirtualization : NestedVirtualizationSpecification.t option;Indicates whether the instance is enabled for nested virtualization.
*)}