InstanceFromMachineImageAdvancedMachineFeaturesArgs

data class InstanceFromMachineImageAdvancedMachineFeaturesArgs(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<InstanceFromMachineImageAdvancedMachineFeaturesArgs>

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

Whether to enable nested virtualization or not.

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

Whether to enable UEFI networking for the instance.

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. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

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

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

Link copied to clipboard
val visibleCoreCount: Output<Int>? = null

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.

Functions

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