Class: Google::Apis::DeploymentmanagerAlpha::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerAlpha::LogConfigDataAccessOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_alpha/classes.rb,
generated/google/apis/deploymentmanager_alpha/representations.rb,
generated/google/apis/deploymentmanager_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 Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LogConfigDataAccessOptions
Returns a new instance of LogConfigDataAccessOptions
1090 1091 1092 |
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 1090 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
1088 1089 1090 |
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 1088 def log_mode @log_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1095 1096 1097 |
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 1095 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end |