Class: Google::Apis::ComputeBeta::LogConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::LogConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
This is deprecated and has no effect. Do not use.
Instance Attribute Summary collapse
-
#cloud_audit ⇒ Google::Apis::ComputeBeta::LogConfigCloudAuditOptions
This is deprecated and has no effect.
-
#counter ⇒ Google::Apis::ComputeBeta::LogConfigCounterOptions
This is deprecated and has no effect.
-
#data_access ⇒ Google::Apis::ComputeBeta::LogConfigDataAccessOptions
This is deprecated and has no effect.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogConfig
constructor
A new instance of LogConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LogConfig
Returns a new instance of LogConfig.
23500 23501 23502 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23500 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_audit ⇒ Google::Apis::ComputeBeta::LogConfigCloudAuditOptions
This is deprecated and has no effect. Do not use.
Corresponds to the JSON property cloudAudit
23488 23489 23490 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23488 def cloud_audit @cloud_audit end |
#counter ⇒ Google::Apis::ComputeBeta::LogConfigCounterOptions
This is deprecated and has no effect. Do not use.
Corresponds to the JSON property counter
23493 23494 23495 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23493 def counter @counter end |
#data_access ⇒ Google::Apis::ComputeBeta::LogConfigDataAccessOptions
This is deprecated and has no effect. Do not use.
Corresponds to the JSON property dataAccess
23498 23499 23500 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23498 def data_access @data_access end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23505 23506 23507 23508 23509 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23505 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 |