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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the Google Cloud Container V1 API is 3.33.0, which can be found with the others listed under the 'versions' section, with the earliest being 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdvancedMachineFeatures\u003c/code\u003e class provides options for managing advanced machine capabilities within the Google Kubernetes Engine (GKE), and it implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdvancedMachineFeatures\u003c/code\u003e class has two constructors: one default, \u003ccode\u003eAdvancedMachineFeatures()\u003c/code\u003e, and another that accepts an \u003ccode\u003eAdvancedMachineFeatures\u003c/code\u003e object as a parameter, \u003ccode\u003eAdvancedMachineFeatures(AdvancedMachineFeatures other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdvancedMachineFeatures\u003c/code\u003e class includes properties to control \u003ccode\u003eEnableNestedVirtualization\u003c/code\u003e, which is a boolean to enable or disable nested virtualization, and \u003ccode\u003eThreadsPerCore\u003c/code\u003e, which is a long that allows setting the number of threads per physical core.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains read only properties \u003ccode\u003eHasEnableNestedVirtualization\u003c/code\u003e and \u003ccode\u003eHasThreadsPerCore\u003c/code\u003e, which are used to determine if the respective boolean and long property have been set.\u003c/p\u003e\n"]]],[],null,[]]