InstanceAdvancedMachineFeaturesArgs

data class InstanceAdvancedMachineFeaturesArgs(val enableNestedVirtualization: Output<Boolean>? = null, val threadsPerCore: Output<Int>? = null, val visibleCoreCount: Output<Int>? = null) : ConvertibleToJava<InstanceAdvancedMachineFeaturesArgs>

Constructors

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

Properties

Link copied to clipboard
val enableNestedVirtualization: Output<Boolean>? = null

Defines whether the instance should have nested virtualization enabled. Defaults to false.

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

he number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1.

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

The number of physical cores to expose to an instance. visible cores info (VC).

Functions

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