public sealed class NetworkPerformanceConfig : IMessage<NetworkPerformanceConfig>, IEquatable<NetworkPerformanceConfig>, IDeepCloneable<NetworkPerformanceConfig>, IBufferMessage, IMessage
[[["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 details the `NetworkPerformanceConfig` class within the `Google.Cloud.Compute.V1` namespace, as part of version 2.10.0 of the associated library."],["The `NetworkPerformanceConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, `NetworkPerformanceConfig()` and `NetworkPerformanceConfig(NetworkPerformanceConfig other)`, with the latter taking another `NetworkPerformanceConfig` object as a parameter."],["It includes properties such as `HasTotalEgressBandwidthTier` (a boolean indicating whether the \"total_egress_bandwidth_tier\" field is set) and `TotalEgressBandwidthTier` (a string representing the bandwidth tier)."],["It is displaying documentation for the versions of the library, ranging from version 1.0.0 all the way up to the most recent version, 3.6.0."]]],[]]