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-04-09 UTC."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with the documentation containing a historical list of previous versions back to 2.3.0."],["The `AdvancedMachineFeatures` class in the Google Kubernetes Engine v1 API allows for the specification of options that control machine features."],["The `AdvancedMachineFeatures` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `AdvancedMachineFeatures` contains properties that can be checked for, such as if the `threads_per_core` field is set or not with `HasThreadsPerCore`."],["The `ThreadsPerCore` property of the AdvancedMachineFeatures class allows setting the number of threads per physical core, with the option to disable simultaneous multithreading (SMT) by setting the value to 1."]]],[]]