public sealed class Subsetting : IMessage<Subsetting>, IEquatable<Subsetting>, IDeepCloneable<Subsetting>, IBufferMessage, IMessage
Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.
[[["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-31 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.Subsetting` is 3.6.0, with numerous prior versions available for reference, starting from version 1.0.0 up to version 3.5.0."],["The `Subsetting` class is used to configure subsetting for BackendService, specifically for Internal TCP/UDP, Internal HTTP(S) load balancing, and Traffic Director."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for working with subsets."],["`Subsetting` has two constructors: a default constructor and a copy constructor that allows for the creation of a new `Subsetting` instance based on an existing one, and it has a `Policy` property that can be set."],["It contains the property `HasPolicy` that is of boolean type, and indicates if the \"policy\" field has been set."]]],[]]