class Google::Apis::ComputeV1::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::ComputeV1::LogConfigCloudAuditOptions]

counter[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `counter` @return [Google::Apis::ComputeV1::LogConfigCounterOptions]

data_access[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `dataAccess` @return [Google::Apis::ComputeV1::LogConfigDataAccessOptions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 17140
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 17145
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