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

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



4162
4163
4164
# File 'generated/google/apis/compute_beta/classes.rb', line 4162

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

Instance Attribute Details

#draining_timeout_secFixnum

Time for which instance will be drained (not accept new connections, but still work to finish started). Corresponds to the JSON property drainingTimeoutSec

Returns:

  • (Fixnum)


4160
4161
4162
# File 'generated/google/apis/compute_beta/classes.rb', line 4160

def draining_timeout_sec
  @draining_timeout_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4167
4168
4169
# File 'generated/google/apis/compute_beta/classes.rb', line 4167

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