public sealed class NetworkPerformanceConfig : IMessage<NetworkPerformanceConfig>, IEquatable<NetworkPerformanceConfig>, IDeepCloneable<NetworkPerformanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class NetworkPerformanceConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eNetworkPerformanceConfig\u003c/code\u003e class within the Google Cloud Backup and DR Service v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkPerformanceConfig\u003c/code\u003e class is used for configuring network performance and includes a property called \u003ccode\u003eTotalEgressBandwidthTier\u003c/code\u003e to define the total egress bandwidth tier.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkPerformanceConfig\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the documentation available, ranging from version \u003ccode\u003e1.0.0-beta02\u003c/code\u003e to the latest version \u003ccode\u003e2.1.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkPerformanceConfig\u003c/code\u003e class has two constructors; a parameterless one, and one that take another \u003ccode\u003eNetworkPerformanceConfig\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Backup and DR Service v1 API - Class NetworkPerformanceConfig (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.1.0/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.0.0/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.2.0/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.1.0/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.0.0-beta02/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig) \n\n public sealed class NetworkPerformanceConfig : IMessage\u003cNetworkPerformanceConfig\u003e, IEquatable\u003cNetworkPerformanceConfig\u003e, IDeepCloneable\u003cNetworkPerformanceConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Backup and DR Service v1 API class NetworkPerformanceConfig.\n\nNetwork performance configuration. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NetworkPerformanceConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[NetworkPerformanceConfig](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NetworkPerformanceConfig](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NetworkPerformanceConfig](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.NetworkPerformanceConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BackupDR.V1](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BackupDR.V1.dll\n\nConstructors\n------------\n\n### NetworkPerformanceConfig()\n\n public NetworkPerformanceConfig()\n\n### NetworkPerformanceConfig(NetworkPerformanceConfig)\n\n public NetworkPerformanceConfig(NetworkPerformanceConfig other)\n\nProperties\n----------\n\n### HasTotalEgressBandwidthTier\n\n public bool HasTotalEgressBandwidthTier { get; }\n\nGets whether the \"total_egress_bandwidth_tier\" field is set\n\n### TotalEgressBandwidthTier\n\n public NetworkPerformanceConfig.Types.Tier TotalEgressBandwidthTier { get; set; }\n\nOptional. The tier of the total egress bandwidth."]]