Region Instance Template Advanced Machine Features
data class RegionInstanceTemplateAdvancedMachineFeatures(val enableNestedVirtualization: Boolean? = null, val threadsPerCore: Int? = null, val visibleCoreCount: Int? = null)
Constructors
Link copied to clipboard
fun RegionInstanceTemplateAdvancedMachineFeatures(enableNestedVirtualization: Boolean? = null, threadsPerCore: Int? = null, visibleCoreCount: Int? = null)
Types
Properties
Link copied to clipboard
The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1.
Link copied to clipboard
The number of physical cores to expose to an instance. visible cores info (VC).