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 latest version of the Google.Cloud.Compute.V1 API is 3.6.0, with a range of versions from 1.0.0 to 3.6.0 available for use."],["The Subsetting class, part of the Compute Engine v1 API, is used for configuring subsetting for BackendService in load balancing and Traffic Director setups."],["The Subsetting class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has two constructors: a default one and one that takes another Subsetting object as a parameter."],["The Subsetting class has two properties, HasPolicy and Policy, where HasPolicy is a boolean to indicate if a policy is set, and Policy is a string to hold the actual policy value."],["This class is found within the Google.Cloud.Compute.V1 namespace and is part of the Google.Cloud.Compute.V1.dll assembly."]]],[]]