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