Class: Google::Apis::ComputeAlpha::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::LogConfigDataAccessOptions
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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
16090 16091 16092 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16090 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.
NOTE: Logging to Gin in a fail-closed manner is currently unsupported while
work is being done to satisfy the requirements of go/345. Currently, setting
LOG_FAIL_CLOSED mode will have no effect, but still exists because there is
active work being done to support it (b/115874152).
Corresponds to the JSON property logMode
16088 16089 16090 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16088 def log_mode @log_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16095 16096 16097 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16095 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end |