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 documentation pertains to the `ConnectionDraining` class within the Google Cloud Compute Engine v1 API, with version 2.16.0 being highlighted."],["The `ConnectionDraining` class provides configurations for managing connection draining on backend instances, including setting a timeout for existing requests."],["The latest documented version of the API available is 3.6.0, and there are many older versions listed."],["The `ConnectionDraining` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property `DrainingTimeoutSec` which is of type `int` and is utilized for configuring the timeout duration in seconds for connection draining, with an associated property `HasDrainingTimeoutSec` that is a boolean to check if it is set."]]],[]]