CpuOptionsResponse

data class CpuOptionsResponse(val amdSevSnp: AmdSevSnpSpecificationEnumValueResponse? = null, val coreCount: Int? = null, val threadsPerCore: Int? = null)

Definition of CpuOptions

Constructors

Link copied to clipboard
constructor(amdSevSnp: AmdSevSnpSpecificationEnumValueResponse? = null, coreCount: Int? = null, threadsPerCore: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

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.