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 `Subsetting` class provides configuration options specifically for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing, and Traffic Director."],["The latest version available for `Google.Cloud.Compute.V1.Subsetting` is 3.6.0, with versions ranging down to 1.0.0."],["The `Subsetting` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `Subsetting()` and a copy constructor `Subsetting(Subsetting other)`."],["`Subsetting` has properties `HasPolicy`, a boolean that checks if the policy field is set, and `Policy`, a string that holds policy values."]]],[]]