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 webpage provides documentation for the `NetworkPerformanceConfig` class within the `Google.Cloud.Compute.V1` namespace, version 2.13.0 of the library, with links to different versions of documentation, ranging from the latest 3.6.0 down to 1.0.0."],["The `NetworkPerformanceConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparisons, deep cloning, and buffered message support."],["The class inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()` from its base class, along with its own constructors and properties."],["It has a constructor `NetworkPerformanceConfig()` and `NetworkPerformanceConfig(NetworkPerformanceConfig other)` allowing for instantiation of an empty object or creating one based off another respectively."],["The class contains properties such as `HasTotalEgressBandwidthTier` (a boolean getter) and `TotalEgressBandwidthTier` (a string getter/setter) for retrieving or setting the total egress bandwidth tier, of which the enum should be checked for possible values."]]],[]]