CpuOptionsPropertiesArgs

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

The CPU options for the instance.

Constructors

Link copied to clipboard
constructor(coreCount: Output<Int>? = null, threadsPerCore: Output<Int>? = null)

Properties

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(): CpuOptionsPropertiesArgs