Cpu Options Response
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)
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
The number of threads per CPU core.