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-31 UTC."],[[["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1.ConnectionDraining class, while version 3.5.0 is the one currently being viewed."],["The ConnectionDraining class is part of the Compute Engine v1 API, designed for managing connection draining configurations and it is found within the Google.Cloud.Compute.V1 namespace."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in handling message data and providing utilities for equality and cloning."],["The ConnectionDraining class has a property called DrainingTimeoutSec which allows the configuration of a timeout for existing requests when a backend instance is removed."],["There is a property named HasDrainingTimeoutSec, which returns a boolean value indicating whether the DrainingTimeoutSec field is currently set."]]],[]]