Class: Google::Apis::BlockchainnodeengineV1::GethDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/blockchainnodeengine_v1/classes.rb,
lib/google/apis/blockchainnodeengine_v1/representations.rb,
lib/google/apis/blockchainnodeengine_v1/representations.rb

Overview

Options for the Geth execution client. See Command-line Options for more details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GethDetails

Returns a new instance of GethDetails.



282
283
284
# File 'lib/google/apis/blockchainnodeengine_v1/classes.rb', line 282

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

Instance Attribute Details

#garbage_collection_modeString

Immutable. Blockchain garbage collection mode. Corresponds to the JSON property garbageCollectionMode

Returns:

  • (String)


280
281
282
# File 'lib/google/apis/blockchainnodeengine_v1/classes.rb', line 280

def garbage_collection_mode
  @garbage_collection_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



287
288
289
# File 'lib/google/apis/blockchainnodeengine_v1/classes.rb', line 287

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