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.



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

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)


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

def garbage_collection_mode
  @garbage_collection_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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