Class: Google::Apis::ComputeAlpha::LogConfigDataAccessOptions
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::LogConfigDataAccessOptions
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
This is deprecated and has no effect. Do not use.
Instance Attribute Summary collapse
-
#log_mode ⇒ String
This is deprecated and has no effect.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogConfigDataAccessOptions
constructor
A new instance of LogConfigDataAccessOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LogConfigDataAccessOptions
Returns a new instance of LogConfigDataAccessOptions.
23855 23856 23857 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23855 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_mode ⇒ String
This is deprecated and has no effect. Do not use.
Corresponds to the JSON property logMode
23853 23854 23855 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23853 def log_mode @log_mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23860 23861 23862 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23860 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end |