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 documentation covers various versions of the `AdvancedMachineFeatures` class within the Google Cloud Container V1 API, ranging from version 2.3.0 up to the latest version 3.33.0."],["`AdvancedMachineFeatures` is a class in the `Google.Cloud.Container.V1` namespace that allows users to specify options for controlling advanced machine features."],["The class `AdvancedMachineFeatures` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `HasThreadsPerCore`, which checks if the field is set, and `ThreadsPerCore`, which sets the number of threads per physical core."],["This class contains two constructors, `AdvancedMachineFeatures()` which is a default constructor, and `AdvancedMachineFeatures(AdvancedMachineFeatures other)`, which is a copy constructor that takes in an instance of itself."]]],[]]