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 `AdvancedMachineFeatures` class in the Google Kubernetes Engine v1 API allows control over advanced machine functionalities, such as simultaneous multithreading (SMT) settings."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Cloud .NET ecosystem."],["The latest version of this resource is 3.33.0, while this specific page is related to version 3.9.0, with previous versions available to access between 2.3.0 and 3.32.0."],["The `ThreadsPerCore` property, a `long` data type, is used to manage the number of threads per physical core, allowing users to disable SMT by setting this value to 1."],["The `HasThreadsPerCore` property, of `bool` data type, is to check if the `threads_per_core` field has been set."]]],[]]