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 content focuses on the `NetworkPerformanceConfig` class within the `Google.Cloud.Compute.V1` namespace, detailing its versions and implementation."],["The latest version available for `NetworkPerformanceConfig` is 3.6.0, with a range of previous versions, from 1.0.0 through to the latest, listed for reference."],["`NetworkPerformanceConfig` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling and object equality."],["The class has properties such as `HasTotalEgressBandwidthTier` (a boolean) and `TotalEgressBandwidthTier` (a string), with the latter related to the possible values in `TotalEgressBandwidthTier` enum."],["There are two constructors for the `NetworkPerformanceConfig` class: a default constructor and one that takes another `NetworkPerformanceConfig` object as a parameter."]]],[]]