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."],[[["This webpage provides documentation for the `ILBSubsettingConfig` class within the `Google.Cloud.Container.V1` namespace, focusing on its configuration for L4 Internal LoadBalancer subsetting."],["The documentation covers a range of versions for `ILBSubsettingConfig`, from 2.3.0 to 3.33.0, with 3.33.0 being the latest release."],["The `ILBSubsettingConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for data handling."],["The class has a single public property, `Enabled`, which is a boolean value used to toggle L4 ILB subsetting on or off for the cluster."],["The class has two constructors, one default constructor that takes no parameters and one that takes another `ILBSubsettingConfig` object."]]],[]]