Class: Google::Apis::ComputeV1::LogConfigDataAccessOptions

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Overview

Write a Data Access (Gin) log

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LogConfigDataAccessOptions

Returns a new instance of LogConfigDataAccessOptions.



14539
14540
14541
# File 'generated/google/apis/compute_v1/classes.rb', line 14539

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#log_modeString

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

Returns:

  • (String)


14537
14538
14539
# File 'generated/google/apis/compute_v1/classes.rb', line 14537

def log_mode
  @log_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14544
14545
14546
# File 'generated/google/apis/compute_v1/classes.rb', line 14544

def update!(**args)
  @log_mode = args[:log_mode] if args.key?(:log_mode)
end