Launch Template Cpu Options Args
data class LaunchTemplateCpuOptionsArgs(val amdSevSnp: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, val coreCount: Output<Int>? = null, val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateCpuOptionsArgs>
specifies the CPU options for an instance.
Constructors
Link copied to clipboard
fun LaunchTemplateCpuOptionsArgs(amdSevSnp: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, coreCount: Output<Int>? = null, threadsPerCore: Output<Int>? = null)