Class: Google::Apis::ContainerV1::NodePoolLoggingConfig

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

Overview

NodePoolLoggingConfig specifies logging configuration for node pools.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NodePoolLoggingConfig

Returns a new instance of NodePoolLoggingConfig.



7326
7327
7328
# File 'lib/google/apis/container_v1/classes.rb', line 7326

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

Instance Attribute Details

#variant_configGoogle::Apis::ContainerV1::LoggingVariantConfig

LoggingVariantConfig specifies the behaviour of the logging component. Corresponds to the JSON property variantConfig



7324
7325
7326
# File 'lib/google/apis/container_v1/classes.rb', line 7324

def variant_config
  @variant_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7331
7332
7333
# File 'lib/google/apis/container_v1/classes.rb', line 7331

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