LaunchTemplateCpuOptions

data class LaunchTemplateCpuOptions(val amdSevSnp: LaunchTemplateCpuOptionsAmdSevSnp? = null, val coreCount: Int? = null, val threadsPerCore: Int? = null)

specifies the CPU options for an instance.

Constructors

Link copied to clipboard
fun LaunchTemplateCpuOptions(amdSevSnp: LaunchTemplateCpuOptionsAmdSevSnp? = null, coreCount: Int? = null, threadsPerCore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only.

Link copied to clipboard
val coreCount: Int? = null

The number of CPU cores for the instance.

Link copied to clipboard
val threadsPerCore: Int? = null

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.