CpuOptionsArgs

data class CpuOptionsArgs(val amdSevSnp: Output<AmdSevSnpSpecificationEnumValueArgs>? = null, val coreCount: Output<Int>? = null, val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<CpuOptionsArgs>

Definition of CpuOptions

Constructors

Link copied to clipboard
constructor(amdSevSnp: Output<AmdSevSnpSpecificationEnumValueArgs>? = null, coreCount: Output<Int>? = null, threadsPerCore: Output<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
val coreCount: Output<Int>? = null

The number of CPU cores for the instance.

Link copied to clipboard
val threadsPerCore: Output<Int>? = null

The number of threads per CPU core.

Functions

Link copied to clipboard
open override fun toJava(): CpuOptionsArgs