public sealed class AdvancedMachineFeatures : IMessage<AdvancedMachineFeatures>, IEquatable<AdvancedMachineFeatures>, IDeepCloneable<AdvancedMachineFeatures>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `AdvancedMachineFeatures` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, across multiple versions."],["The latest version available is 3.33.0, while the current page is focused on version 3.18.0, with links available to older versions down to 2.3.0."],["The `AdvancedMachineFeatures` class is used to define configurations for controlling machine features, which includes setting the number of threads per core."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf ecosystem."],["The `AdvancedMachineFeatures` class has a `ThreadsPerCore` property that allows users to specify the number of threads per physical core, and it defaults to the maximum number of threads if unset."]]],[]]