public sealed class ILBSubsettingConfig : IMessage<ILBSubsettingConfig>, IEquatable<ILBSubsettingConfig>, IDeepCloneable<ILBSubsettingConfig>, IBufferMessage, IMessage
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 available for `ILBSubsettingConfig` is 3.33.0, with a range of versions from 2.3.0 up to the latest."],["`ILBSubsettingConfig` is a class within the `Google.Cloud.Container.V1` namespace that manages the configuration of L4 Internal LoadBalancer subsetting in a cluster."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role within the Google.Protobuf framework."],["The `ILBSubsettingConfig` class has a boolean property named `Enabled`, which is used to turn on or off the L4 ILB subsetting for a given cluster."],["The class `ILBSubsettingConfig` has 2 constructors, one of them being a copy constructor where it takes in `ILBSubsettingConfig` as a parameter, and another that has no parameters."]]],[]]