public sealed class ConnectionDraining : IMessage<ConnectionDraining>, IEquatable<ConnectionDraining>, IDeepCloneable<ConnectionDraining>, IBufferMessage, IMessage
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 details the `ConnectionDraining` class within the `Google.Cloud.Compute.V1` namespace, offering a comprehensive view of its versions, inheritance, implementations, and usage."],["The `ConnectionDraining` class, found in the `Google.Cloud.Compute.V1.dll` assembly, manages the configuration for connection draining, which is the handling of existing requests when a backend instance is removed."],["The most recent available version is 3.6.0, while the webpage content is based on version 2.0.0 of the `ConnectionDraining` class, and the page lists all versions of the class from 1.0.0 to 3.6.0."],["The `ConnectionDraining` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors, `ConnectionDraining()` and `ConnectionDraining(ConnectionDraining other)`."],["`ConnectionDraining` features properties such as `DrainingTimeoutSec`, an integer for setting the duration, and `HasDrainingTimeoutSec`, a boolean indicating whether the timeout is configured."]]],[]]