class Google::Apis::ContainerV1::MonitoringConfig

MonitoringConfig is cluster monitoring configuration.

Attributes

component_config[RW]

MonitoringComponentConfig is cluster monitoring component configuration. Corresponds to the JSON property `componentConfig` @return [Google::Apis::ContainerV1::MonitoringComponentConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 2394
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1/classes.rb, line 2399
def update!(**args)
  @component_config = args[:component_config] if args.key?(:component_config)
end