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-04-09 UTC."],[[["The latest version available for the `Google.Cloud.Compute.V1.ConnectionDraining` class is 3.6.0, with a history of versions going back to 1.0.0, which is accessible through links to the documentation for each version."],["The `ConnectionDraining` class in version 2.17.0 is documented for the Compute Engine v1 API, detailing its role in configuring connection draining within the application."],["This class implements `IMessage`, `IEquatable\u003cConnectionDraining\u003e`, `IDeepCloneable\u003cConnectionDraining\u003e`, and `IBufferMessage`, as well as inheriting from `object`, and has properties such as `DrainingTimeoutSec` and `HasDrainingTimeoutSec`."],["The documentation provides information on the class's constructors, including a default constructor and a constructor that accepts another `ConnectionDraining` object."],["The key property, `DrainingTimeoutSec`, is an integer that defines the timeout duration for existing requests on a removed backend instance, configurable for supported load balancers and protocols."]]],[]]