GetInstanceAdvancedMachineFeature

data class GetInstanceAdvancedMachineFeature(val enableNestedVirtualization: Boolean, val enableUefiNetworking: Boolean, val performanceMonitoringUnit: String, val threadsPerCore: Int, val turboMode: String, val visibleCoreCount: Int)

Constructors

Link copied to clipboard
constructor(enableNestedVirtualization: Boolean, enableUefiNetworking: Boolean, performanceMonitoringUnit: String, threadsPerCore: Int, turboMode: String, visibleCoreCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable nested virtualization or not.

Link copied to clipboard

Whether to enable UEFI networking for the instance.

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

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.

Link copied to clipboard

Turbo frequency mode to use for the instance. Currently supported modes is "ALL_CORE_MAX".

Link copied to clipboard

The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance\'s nominal CPU count and the underlying platform\'s SMT width.