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 of the `Google.Cloud.Compute.V1.ConnectionDraining` component is 3.6.0, with a range of previous versions available, going as far back as version 1.0.0."],["`ConnectionDraining` is a class that provides configuration for managing connection draining in the Google Cloud Compute environment."],["The class `ConnectionDraining` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it works within the Protobuf ecosystem."],["The `ConnectionDraining` class includes a property named `DrainingTimeoutSec` which is an integer used to configure the duration for existing requests on a removed backend instance, and another property named `HasDrainingTimeoutSec`, which is a boolean that indicates if the `DrainingTimeoutSec` is set."]]],[]]