Advanced Machine Features Args
data class AdvancedMachineFeaturesArgs(val enableNestedVirtualization: Output<Boolean>? = null, val enableUefiNetworking: Output<Boolean>? = null, val threadsPerCore: Output<Int>? = null, val visibleCoreCount: Output<Int>? = null) : ConvertibleToJava<AdvancedMachineFeaturesArgs>
Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).
Constructors
Link copied to clipboard
fun AdvancedMachineFeaturesArgs(enableNestedVirtualization: Output<Boolean>? = null, enableUefiNetworking: Output<Boolean>? = null, threadsPerCore: Output<Int>? = null, visibleCoreCount: Output<Int>? = null)