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, found in the `Google.Cloud.Compute.V1` namespace, is a message type that encapsulates connection draining configuration for Google Cloud Compute services."],["The latest documented version is 3.6.0, with other documented versions ranging from 1.0.0 to 3.5.0, including version 2.1.0, which the provided context is mainly focused on."],["The class `ConnectionDraining` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["It includes a property `DrainingTimeoutSec`, allowing the configuration of a timeout duration for existing requests on a removed backend instance and the property `HasDrainingTimeoutSec` to check if the timeout field is set."],["The class has two constructors: one default and another that takes an existing `ConnectionDraining` instance as an argument to allow copying."]]],[]]