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."],[[["This webpage provides documentation for the `SoleTenantConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, across multiple versions, with the latest being 3.33.0."],["The `SoleTenantConfig` class is designed to configure NodeAffinities, which are used to define shared sole tenant node groups for node pools within Google Cloud."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cSoleTenantConfig\u003e`, `IDeepCloneable\u003cSoleTenantConfig\u003e`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class offers two constructors: a default constructor `SoleTenantConfig()` and another constructor that takes an instance of `SoleTenantConfig` as a parameter for cloning."],["A key property of the `SoleTenantConfig` class is `NodeAffinities`, which is a `RepeatedField` where you define what shared sole tenant node groups the node pool should utilize."]]],[]]