class Google::Apis::ComputeBeta::LogConfig
This is deprecated and has no effect. Do not use.
Attributes
cloud_audit[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `cloudAudit` @return [Google::Apis::ComputeBeta::LogConfigCloudAuditOptions]
counter[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `counter` @return [Google::Apis::ComputeBeta::LogConfigCounterOptions]
data_access[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `dataAccess` @return [Google::Apis::ComputeBeta::LogConfigDataAccessOptions]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 18149 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_beta/classes.rb, line 18154 def update!(**args) @cloud_audit = args[:cloud_audit] if args.key?(:cloud_audit) @counter = args[:counter] if args.key?(:counter) @data_access = args[:data_access] if args.key?(:data_access) end