threadsPerCore property

Input<int?>? threadsPerCore
final

If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See Optimizing CPU Options for more information.

For more information, see the documentation on Optimizing CPU options.

Implementation

final pulumi.Input<int?>? threadsPerCore;