InstanceTemplateAdvancedMachineFeaturesArgs

data class InstanceTemplateAdvancedMachineFeaturesArgs(val enableNestedVirtualization: Output<Boolean>? = null, val enableUefiNetworking: Output<Boolean>? = null, val performanceMonitoringUnit: Output<String>? = null, val threadsPerCore: Output<Int>? = null, val turboMode: Output<String>? = null, val visibleCoreCount: Output<Int>? = null) : ConvertibleToJava<InstanceTemplateAdvancedMachineFeaturesArgs>

Constructors

constructor(enableNestedVirtualization: Output<Boolean>? = null, enableUefiNetworking: Output<Boolean>? = null, performanceMonitoringUnit: Output<String>? = null, threadsPerCore: Output<Int>? = null, turboMode: Output<String>? = null, visibleCoreCount: Output<Int>? = null)

Properties

Link copied to clipboard
val enableNestedVirtualization: Output<Boolean>? = null

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

Link copied to clipboard
val enableUefiNetworking: Output<Boolean>? = null

Whether to enable UEFI networking for instance creation.

Link copied to clipboard
val performanceMonitoringUnit: Output<String>? = null

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

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

Link copied to clipboard
val turboMode: Output<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: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InstanceTemplateAdvancedMachineFeaturesArgs