Class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::NodePoolLoggingConfig
- 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
NodePoolLoggingConfig specifies logging configuration for nodepools.
Instance Attribute Summary collapse
-
#variant_config ⇒ Google::Apis::ContainerV1beta1::LoggingVariantConfig
LoggingVariantConfig specifies the behaviour of the logging component.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodePoolLoggingConfig
constructor
A new instance of NodePoolLoggingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodePoolLoggingConfig
Returns a new instance of NodePoolLoggingConfig.
4509 4510 4511 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4509 def initialize(**args) update!(**args) end |
Instance Attribute Details
#variant_config ⇒ Google::Apis::ContainerV1beta1::LoggingVariantConfig
LoggingVariantConfig specifies the behaviour of the logging component.
Corresponds to the JSON property variantConfig
4507 4508 4509 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4507 def variant_config @variant_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4514 4515 4516 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4514 def update!(**args) @variant_config = args[:variant_config] if args.key?(:variant_config) end |