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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]