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."],[[["The latest version of `NetworkPerformanceConfig` is 3.6.0, as indicated by the version list provided."],["The `NetworkPerformanceConfig` class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes two constructors: a default constructor `NetworkPerformanceConfig()` and a copy constructor `NetworkPerformanceConfig(NetworkPerformanceConfig other)`."],["The `NetworkPerformanceConfig` class has two properties: `HasTotalEgressBandwidthTier` which is a boolean, and `TotalEgressBandwidthTier` which is a string."]]],[]]