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-04-02 UTC."],[[["This webpage provides documentation for the `ConnectionDraining` class within the `Google.Cloud.Compute.V1` namespace, focusing on various versions of this class."],["The latest version of `ConnectionDraining` is 3.6.0, and the page offers access to documentation for versions ranging from 1.0.0 to 3.6.0."],["The `ConnectionDraining` class, implementing several interfaces, manages the connection draining configuration for backend instances in load balancers and the class contains properties such as `DrainingTimeoutSec`, which specifies the timeout duration, and `HasDrainingTimeoutSec`, a boolean indicating if `DrainingTimeoutSec` is set."],["The documentation provides the constructor information for `ConnectionDraining` instances and details on inherited members."]]],[]]