LaunchTemplateCpuOptionsArgs

data class LaunchTemplateCpuOptionsArgs(val coreCount: Output<Int>? = null, val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateCpuOptionsArgs>

Constructors

Link copied to clipboard
fun LaunchTemplateCpuOptionsArgs(coreCount: Output<Int>? = null, threadsPerCore: Output<Int>? = null)

Functions

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

Properties

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

The number of CPU cores for the instance.

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

The number of threads per CPU core. To disable Intel Hyper-Threading Technology for the instance, specify a value of 1. Otherwise, specify the default value of 2.