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.



1350
1351
1352
# File 'generated/google/apis/compute_beta/classes.rb', line 1350

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)


1348
1349
1350
# File 'generated/google/apis/compute_beta/classes.rb', line 1348

def draining_timeout_sec
  @draining_timeout_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1355
1356
1357
# File 'generated/google/apis/compute_beta/classes.rb', line 1355

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