Class: Google::Apis::ComputeAlpha::ConnectionDraining

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

Overview

Message containing connection draining configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ConnectionDraining

Returns a new instance of ConnectionDraining.



4952
4953
4954
# File 'generated/google/apis/compute_alpha/classes.rb', line 4952

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)


4950
4951
4952
# File 'generated/google/apis/compute_alpha/classes.rb', line 4950

def draining_timeout_sec
  @draining_timeout_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4957
4958
4959
# File 'generated/google/apis/compute_alpha/classes.rb', line 4957

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