public sealed class ILBSubsettingConfig : IMessage<ILBSubsettingConfig>, IEquatable<ILBSubsettingConfig>, IDeepCloneable<ILBSubsettingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ILBSubsettingConfig.
ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
subsetting on this cluster.
[[["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 `ILBSubsettingConfig` class is 3.33.0, with a historical list of previous versions available, down to version 2.3.0."],["`ILBSubsettingConfig` is a class within the Google Kubernetes Engine v1 API, specifically in the `Google.Cloud.Container.V1` namespace, designed to manage the configuration of L4 Internal LoadBalancer subsetting on a cluster."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf structures."],["The class features a single property called `Enabled` of type boolean, which is used to enable or disable L4 ILB subsetting for a specific cluster."],["The class has 2 constructors, one parameterless, and another that accepts an existing instance of the class to use as a parameter."]]],[]]