Class: Google::Apis::ContainerV1::MonitoringConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::MonitoringConfig
- 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
MonitoringConfig is cluster monitoring configuration.
Instance Attribute Summary collapse
-
#component_config ⇒ Google::Apis::ContainerV1::MonitoringComponentConfig
MonitoringComponentConfig is cluster monitoring component configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MonitoringConfig
constructor
A new instance of MonitoringConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MonitoringConfig
Returns a new instance of MonitoringConfig.
2419 2420 2421 |
# File 'lib/google/apis/container_v1/classes.rb', line 2419 def initialize(**args) update!(**args) end |
Instance Attribute Details
#component_config ⇒ Google::Apis::ContainerV1::MonitoringComponentConfig
MonitoringComponentConfig is cluster monitoring component configuration.
Corresponds to the JSON property componentConfig
2417 2418 2419 |
# File 'lib/google/apis/container_v1/classes.rb', line 2417 def component_config @component_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2424 2425 2426 |
# File 'lib/google/apis/container_v1/classes.rb', line 2424 def update!(**args) @component_config = args[:component_config] if args.key?(:component_config) end |