Class: Google::Apis::ContainerV1beta1::LoggingConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::LoggingConfig
- 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
-
#component_config ⇒ Google::Apis::ContainerV1beta1::LoggingComponentConfig
LoggingComponentConfig is cluster logging component configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LoggingConfig
constructor
A new instance of LoggingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LoggingConfig
Returns a new instance of LoggingConfig.
5258 5259 5260 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5258 def initialize(**args) update!(**args) end |
Instance Attribute Details
#component_config ⇒ Google::Apis::ContainerV1beta1::LoggingComponentConfig
LoggingComponentConfig is cluster logging component configuration.
Corresponds to the JSON property componentConfig
5256 5257 5258 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5256 def component_config @component_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5263 5264 5265 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 5263 def update!(**args) @component_config = args[:component_config] if args.key?(:component_config) end |