InstanceTemplateAdvancedMachineFeatures

data class InstanceTemplateAdvancedMachineFeatures(val enableNestedVirtualization: Boolean? = null, val enableUefiNetworking: Boolean? = null, val performanceMonitoringUnit: String? = null, val threadsPerCore: Int? = null, val turboMode: String? = null, val visibleCoreCount: Int? = null)

Constructors

Link copied to clipboard
constructor(enableNestedVirtualization: Boolean? = null, enableUefiNetworking: Boolean? = null, performanceMonitoringUnit: String? = null, threadsPerCore: Int? = null, turboMode: String? = 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

Whether to enable UEFI networking for instance creation.

Link copied to clipboard

The PMU is a hardware component within the CPU core that monitors how the processor runs code. Valid values for the level of PMU are STANDARD, ENHANCED, and ARCHITECTURAL.

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 turboMode: String? = null

Turbo frequency mode to use for the instance. Supported modes are currently either ALL_CORE_MAX or unset (default).

Link copied to clipboard
val visibleCoreCount: Int? = null

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