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 Compute Engine v1 API, specifically for the .NET library."],["The latest version of the library is 3.6.0, and the webpage lists all available versions from 1.0.0 to 3.6.0 with corresponding links to the documentation for each version of `ConnectionDraining`."],["The `ConnectionDraining` class is a message type that configures connection draining for supported load balancers and protocols, as found in the google documentation, and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has one property `DrainingTimeoutSec` of type int, which represents the timeout for existing requests when a backend instance is removed, and another property `HasDrainingTimeoutSec` of type bool that checks if the `draining_timeout_sec` field is set."],["The `ConnectionDraining` class offers two constructors, a default constructor and one that takes another `ConnectionDraining` object as parameter."]]],[]]