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 available for `MonitoringComponentConfig` within the Google Cloud Container V1 API is 3.33.0, while the current page focuses on version 3.12.0."],["`MonitoringComponentConfig` is a class used to configure cluster monitoring components within the Google Kubernetes Engine v1 API, as referenced in the documentation."],["The class `MonitoringComponentConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is found within the `Google.Cloud.Container.V1` namespace."],["This class provides constructors for creating instances, including a default constructor and one that accepts another `MonitoringComponentConfig` instance."],["The `EnableComponents` property allows users to select which monitoring components to activate, with an empty set disabling all monitoring."]]],[]]