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."],[[["This webpage provides documentation for the `MonitoringComponentConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to 3.33.0 with 3.33.0 being the latest."],["The `MonitoringComponentConfig` class, part of the `Google.Cloud.Container.V1` namespace, is used to configure cluster monitoring components and extends functionalities from various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a property, `EnableComponents`, which is of type `RepeatedField` and allows the selection of specific components to collect metrics, disabling monitoring for components that are not selected."],["The documentation showcases the `MonitoringComponentConfig` class's implementation details, including its constructors and the list of inherited members, like `GetHashCode`, `GetType`, and `ToString`, from the base `object` class."]]],[]]