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."],[[["The latest version available for `ConnectionDraining` is 3.6.0, with various prior versions ranging from 3.5.0 down to 1.0.0 also accessible."],["`ConnectionDraining` is a message class in the `Google.Cloud.Compute.V1` namespace designed for managing connection draining configurations."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, equality checks, deep cloning, and buffering."],["The class offers a `DrainingTimeoutSec` property to set a timeout duration for existing requests on removed backend instances."],["The `ConnectionDraining` class is constructed with the default constructor or another `ConnectionDraining` object as a parameter for copying."]]],[]]