Launch Template Cpu Options Args
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)