Class: Google::Apis::ComputeBeta::ConnectionDraining

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Overview

Message containing connection draining configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectionDraining

Returns a new instance of ConnectionDraining.



5151
5152
5153
# File 'generated/google/apis/compute_beta/classes.rb', line 5151

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#draining_timeout_secFixnum

The amount of time in seconds to allow existing connections to persist while on unhealthy backend VMs. Only applicable if the protocol is not UDP. The valid range is [0, 3600]. Corresponds to the JSON property drainingTimeoutSec

Returns:

  • (Fixnum)


5149
5150
5151
# File 'generated/google/apis/compute_beta/classes.rb', line 5149

def draining_timeout_sec
  @draining_timeout_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5156
5157
5158
# File 'generated/google/apis/compute_beta/classes.rb', line 5156

def update!(**args)
  @draining_timeout_sec = args[:draining_timeout_sec] if args.key?(:draining_timeout_sec)
end