public sealed class SoleTenantConfig : IMessage<SoleTenantConfig>, IEquatable<SoleTenantConfig>, IDeepCloneable<SoleTenantConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class SoleTenantConfig.
SoleTenantConfig contains the NodeAffinities to specify what shared sole
tenant node groups should back the node pool.
[[["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 `SoleTenantConfig` is 3.33.0, with version 3.26.0 being the version of the current documentation page, and there are numerous previous versions available, ranging down to version 2.3.0."],["The `SoleTenantConfig` class, part of the `Google.Cloud.Container.V1` namespace, is used to specify which shared sole tenant node groups should be used for a node pool within the Google Kubernetes Engine."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message definition, equality checking, deep cloning, and buffer message handling."],["The class features a property `NodeAffinities`, which is a `RepeatedField` used for matching to a shared sole tenant node group, utilizing the type `SoleTenantConfig.Types.NodeAffinity`."]]],[]]