RegionInstanceTemplateAdvancedMachineFeatures

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

Constructors

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

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
val threadsPerCore: Int? = null

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

Link copied to clipboard
val visibleCoreCount: Int? = null

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