ClusterNodePoolNodeConfigAdvancedMachineFeatures

data class ClusterNodePoolNodeConfigAdvancedMachineFeatures(val enableNestedVirtualization: Boolean? = null, val threadsPerCore: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.