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 provides documentation for the `NetworkPerformanceConfig` class within the `Google.Cloud.Compute.V1` namespace, showcasing versions ranging from 1.0.0 to 3.6.0 (latest)."],["The `NetworkPerformanceConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes properties like `HasTotalEgressBandwidthTier` (a boolean) and `TotalEgressBandwidthTier` (a string), for managing network performance settings."],["Constructors are available to create instances of `NetworkPerformanceConfig`, either default or by cloning existing instances."],["The most current version of this class available is 3.6.0, and the documentation provides access to versions down to 1.0.0, with the ability to select various versions from the provided list."]]],[]]