DatabaseInstanceSettingsAdvancedMachineFeaturesArgs

data class DatabaseInstanceSettingsAdvancedMachineFeaturesArgs(val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<DatabaseInstanceSettingsAdvancedMachineFeaturesArgs>

Constructors

constructor(threadsPerCore: Output<Int>? = null)

Properties

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

The number of threads per core. The value of this flag can be 1 or 2. To disable SMT, set this flag to 1. Only available in Cloud SQL for SQL Server instances. See smt for more details.

Functions

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