Class: Google::Apis::BlockchainnodeengineV1::GethDetails
- Inherits:
-
Object
- Object
- Google::Apis::BlockchainnodeengineV1::GethDetails
- 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
-
#garbage_collection_mode ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GethDetails
constructor
A new instance of GethDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_mode ⇒ String
Immutable. Blockchain garbage collection mode.
Corresponds to the JSON property garbageCollectionMode
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 |