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."],[[["This webpage provides documentation for the `Subsetting` class within the `Google.Cloud.Compute.V1` namespace, detailing its functionality and usage in the context of Google Cloud's .NET libraries."],["The `Subsetting` class is used for configuring subsetting within BackendServices, specifically for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing, and Traffic Director."],["The latest version of the `Subsetting` class documentation available is version 3.6.0, while the current version shown on this page is version 1.2.0, with the page also including documentation for many other versions, ranging from 1.0.0 up to 3.5.0."],["The `Subsetting` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering functionalities like cloning, buffer management, and equality checks."],["The `Subsetting` class has two constructors, including a default constructor and one that copies values from an existing Subsetting object, with the main properies being `HasPolicy` and `Policy`."]]],[]]