Class: Google::Apis::ContainerV1beta1::MonitoringConfig

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

MonitoringConfig is cluster monitoring configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MonitoringConfig

Returns a new instance of MonitoringConfig.



2902
2903
2904
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2902

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

Instance Attribute Details

#component_configGoogle::Apis::ContainerV1beta1::MonitoringComponentConfig

MonitoringComponentConfig is cluster monitoring component configuration. Corresponds to the JSON property componentConfig



2900
2901
2902
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2900

def component_config
  @component_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2907
2908
2909
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2907

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