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."],[[["This webpage provides reference documentation for the `ConnectionDraining` class within the Google Cloud Compute Engine v1 API, specifically for version 2.5.0."],["The `ConnectionDraining` class, used in the Compute Engine API, is a message type that defines connection draining configuration for load balancers, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, `ConnectionDraining()` and `ConnectionDraining(ConnectionDraining other)`, for creating new instances, with the latter enabling the creation of a new `ConnectionDraining` object from an existing one."],["The main property of this class is `DrainingTimeoutSec`, which is an integer type that sets the timeout duration for existing connections on a backend instance being removed, and `HasDrainingTimeoutSec` which is a boolean indicating if the timeout is configured."],["The page lists previous versions of the documentation for this class ranging from version 1.0.0 to the latest release version 3.6.0."]]],[]]