public sealed class Subsetting : IMessage<Subsetting>, IEquatable<Subsetting>, IDeepCloneable<Subsetting>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class Subsetting.
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-04-02 UTC."],[[["The documentation covers the `Subsetting` class within the Google Cloud Compute Engine v1 API, providing details for various versions, ranging from version 1.0.0 to the latest version 3.6.0."],["`Subsetting` is a class related to the configuration for BackendService, specifically for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing, and Traffic Director."],["The `Subsetting` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Subsetting` class include `HasPolicy` (a boolean) and `Policy` (a string), which relate to the subsetting policy."],["The documentation includes two constructors for the `Subsetting` class, one default constructor, and one that takes another Subsetting instance as a parameter."]]],[]]