class Google::Apis::ComputeV1::LogConfigDataAccessOptions
This is deprecated and has no effect. Do not use.
Attributes
log_mode[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `logMode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 18483 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 18488 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end