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."],[[["The latest version available for the `Google.Cloud.Compute.V1.ConnectionDraining` class is 3.6.0, with multiple prior versions dating back to 1.0.0, which are accessible via provided links."],["The `ConnectionDraining` class is part of the Compute Engine v1 API and is found within the `Google.Cloud.Compute.V1` namespace in the `Google.Cloud.Compute.V1.dll` assembly."],["This class is used to manage connection draining configuration, which applies to existing requests on a removed backend instance and allows for a configurable timeout."],["The `ConnectionDraining` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has a constructor for creating new instances and copying existing instances."],["Key properties of the `ConnectionDraining` class include `DrainingTimeoutSec`, an integer representing the timeout duration, and `HasDrainingTimeoutSec`, a boolean indicating if the timeout field is set."]]],[]]