public sealed class ConnectionDraining : IMessage<ConnectionDraining>, IEquatable<ConnectionDraining>, IDeepCloneable<ConnectionDraining>, IBufferMessage, IMessage
Configures a duration timeout for existing requests on a removed backend instance. For supported load balancers and protocols, as described in Enabling connection draining.
[[["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-21 UTC."],[[["The `ConnectionDraining` class in the `Google.Cloud.Compute.V1` namespace configures connection draining for load balancers, managing the duration timeout for existing requests on a removed backend instance."],["Version 3.6.0 is the latest available version of the `ConnectionDraining` documentation, and the page provides links to documentation for versions ranging from 1.0.0 to 3.6.0."],["The class `ConnectionDraining` implements `IMessage`, `IEquatable\u003cConnectionDraining\u003e`, `IDeepCloneable\u003cConnectionDraining\u003e`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The `ConnectionDraining` class contains two constructors, one default constructor and another that takes another object of type `ConnectionDraining` as a parameter."],["The class features two properties, `DrainingTimeoutSec`, an `Int32` that configures the timeout, and `HasDrainingTimeoutSec`, a `Boolean` to check if the field is set."]]],[]]