NodePoolNodeConfigAdvancedMachineFeaturesArgs

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

Constructors

constructor(enableNestedVirtualization: Output<Boolean>? = null, threadsPerCore: Output<Int>)

Properties

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

Whether the node should have nested virtualization enabled.

Link copied to clipboard
val threadsPerCore: Output<Int>

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

Functions

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