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."],[[["The latest version of the Google Cloud Container V1 API class AdvancedMachineFeatures is 3.33.0, with numerous previous versions available for reference, down to version 2.3.0."],["The AdvancedMachineFeatures class provides options for controlling advanced machine features within the Google Kubernetes Engine."],["It inherits members from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties like `HasThreadsPerCore` (a boolean indicating if \"threads_per_core\" is set) and `ThreadsPerCore` (a long integer representing the number of threads per core)."],["The AdvancedMachineFeatures class has two constructors, one that is empty and another one that takes another instance of itself as a parameter."]]],[]]