Class: Google::Apis::ComputeBeta::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::LogConfigDataAccessOptions
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Overview
Write a Data Access (Gin) log
Instance Attribute Summary collapse
-
#log_mode ⇒ String
Whether Gin logging should happen in a fail-closed manner at the caller.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogConfigDataAccessOptions
constructor
A new instance of LogConfigDataAccessOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ LogConfigDataAccessOptions
Returns a new instance of LogConfigDataAccessOptions
15126 15127 15128 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15126 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_mode ⇒ String
Whether Gin logging should happen in a fail-closed manner at the caller. This
is relevant only in the LocalIAM implementation, for now.
Corresponds to the JSON property logMode
15124 15125 15126 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15124 def log_mode @log_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15131 15132 15133 |
# File 'generated/google/apis/compute_beta/classes.rb', line 15131 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end |