public sealed class ConnectionDraining : IMessage<ConnectionDraining>, IEquatable<ConnectionDraining>, IDeepCloneable<ConnectionDraining>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ConnectionDraining.
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 Engine v1 API manages connection draining configurations for backend instances."],["The latest version of this API is 3.6.0, and this documentation also includes many previous versions, down to 1.0.0."],["The `ConnectionDraining` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `object` class."],["It includes a property, `DrainingTimeoutSec`, which sets the duration for existing requests on removed backend instances, and another property, `HasDrainingTimeoutSec` which indicates whether this property has been set."],["There are two constructors for the ConnectionDraining class, a default one with no parameters, and another that accepts another ConnectionDraining instance."]]],[]]