public sealed class AdvancedMachineFeatures : IMessage<AdvancedMachineFeatures>, IEquatable<AdvancedMachineFeatures>, IDeepCloneable<AdvancedMachineFeatures>, IBufferMessage, IMessage
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 `AdvancedMachineFeatures` is 3.33.0, with a list of previous versions available for reference."],["`AdvancedMachineFeatures` is a class that specifies options for managing advanced machine features within the `Google.Cloud.Container.V1` namespace."],["The class is derived from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AdvancedMachineFeatures` allows control over the number of threads per physical core, with a `ThreadsPerCore` property that can be set to 1 to disable simultaneous multithreading (SMT)."],["The `HasThreadsPerCore` property determines if the amount of threads per core has been set, returning a true or false."]]],[]]