Class: Google::Apis::ComputeV1::ConnectionDraining

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/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



3509
3510
3511
# File 'generated/google/apis/compute_v1/classes.rb', line 3509

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)


3507
3508
3509
# File 'generated/google/apis/compute_v1/classes.rb', line 3507

def draining_timeout_sec
  @draining_timeout_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3514
3515
3516
# File 'generated/google/apis/compute_v1/classes.rb', line 3514

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