public sealed class CostManagementConfig : IMessage<CostManagementConfig>, IEquatable<CostManagementConfig>, IDeepCloneable<CostManagementConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CostManagementConfig.
Configuration for fine-grained cost management feature.
[[["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-04-09 UTC."],[[["This page provides documentation for the `CostManagementConfig` class within the Google Kubernetes Engine v1 API, detailing its use in fine-grained cost management."],["The `CostManagementConfig` class is implemented as a sealed class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a constructor, `CostManagementConfig()`, and a copy constructor, `CostManagementConfig(CostManagementConfig other)`, which allows for creating instances and copying from other instances respectively."],["The primary property of the `CostManagementConfig` class is `Enabled`, a boolean that determines whether the cost management feature is activated."],["There is a historical record of previous versions of this class from version 2.3.0 to 3.33.0, with 3.33.0 being the latest."]]],[]]