Class: Google::Apis::ContainerV1beta1::LoggingConfig

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

Overview

LoggingConfig is cluster logging configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LoggingConfig

Returns a new instance of LoggingConfig.



3941
3942
3943
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3941

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

Instance Attribute Details

#component_configGoogle::Apis::ContainerV1beta1::LoggingComponentConfig

LoggingComponentConfig is cluster logging component configuration. Corresponds to the JSON property componentConfig



3939
3940
3941
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3939

def component_config
  @component_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3946
3947
3948
# File 'lib/google/apis/container_v1beta1/classes.rb', line 3946

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