public sealed class ResourceUsageExportConfig : IMessage<ResourceUsageExportConfig>, IEquatable<ResourceUsageExportConfig>, IDeepCloneable<ResourceUsageExportConfig>, IBufferMessage, IMessage
Configuration for exporting cluster resource usages.
[[["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 page details the `ResourceUsageExportConfig` class within the `Google.Cloud.Container.V1` namespace, used for configuring the export of cluster resource usage."],["The latest version available is 3.33.0, with a comprehensive list of previous versions spanning from 3.32.0 back to 2.3.0, allowing developers to find documentation relevant to their specific version."],["`ResourceUsageExportConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are detailed throughout the documentation."],["Key properties of the `ResourceUsageExportConfig` class include `BigqueryDestination`, for setting up BigQuery as an export destination, `ConsumptionMeteringConfig` for resource consumption metering and `EnableNetworkEgressMetering` to enable or disable network egress metering."],["The class has 2 constructors: the default `ResourceUsageExportConfig()` and `ResourceUsageExportConfig(ResourceUsageExportConfig other)` which takes another class of the same type as a parameter."]]],[]]