AdvancedMachineFeaturesArgs

data class AdvancedMachineFeaturesArgs(val threadsPerCore: Output<String>? = null) : ConvertibleToJava<AdvancedMachineFeaturesArgs>

Specifies options for controlling advanced machine features.

Constructors

Link copied to clipboard
fun AdvancedMachineFeaturesArgs(threadsPerCore: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AdvancedMachineFeaturesArgs

Properties

Link copied to clipboard
val threadsPerCore: Output<String>? = null

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.