Values_4.ModifyInstanceCpuOptionsResultSourceBy default, all vCPUs for the instance type are active when you launch an instance. When you configure the number of active vCPUs for the instance, it can help you save on licensing costs and optimize performance. The base cost of the instance remains unchanged. The number of active vCPUs equals the number of threads per CPU core multiplied by the number of cores. The instance must be in a Stopped state before you make changes. Some instance type options do not support this capability. For more information, see Supported CPU options in the Amazon EC2 User Guide.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The ID of the instance that was updated.
*)coreCount : Values_0.Integer.t option;The number of CPU cores that are running for the specified instance after the update.
*)threadsPerCore : Values_0.Integer.t option;The number of threads that are running per CPU core for the specified instance after the update.
*)nestedVirtualization : Values_0.NestedVirtualizationSpecification.t option;Indicates whether nested virtualization has been enabled or disabled.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.InstanceId.t ])
list ]