public sealed class MonitoringComponentConfig : IMessage<MonitoringComponentConfig>, IEquatable<MonitoringComponentConfig>, IDeepCloneable<MonitoringComponentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MonitoringComponentConfig.
MonitoringComponentConfig is cluster monitoring component configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of `MonitoringComponentConfig` in the Google Kubernetes Engine v1 API is 3.33.0, with numerous previous versions available, ranging down to version 2.3.0."],["`MonitoringComponentConfig` is a class used for configuring monitoring components in a cluster, as part of the `Google.Cloud.Container.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer operations."],["The `MonitoringComponentConfig` class allows users to select which components to collect metrics from, with an empty selection disabling all monitoring, via the `EnableComponents` property."],["The `MonitoringComponentConfig` class includes constructors for creating new instances, including one that creates a copy from an existing `MonitoringComponentConfig` instance."]]],[]]