public sealed class ListNetworkUsageResponse : IMessage<ListNetworkUsageResponse>, IEquatable<ListNetworkUsageResponse>, IDeepCloneable<ListNetworkUsageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListNetworkUsageResponse.
[[["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\u003eThe latest version of the \u003ccode\u003eListNetworkUsageResponse\u003c/code\u003e class is 1.7.0, part of the Google.Cloud.BareMetalSolution.V2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is designed to handle responses that include network data with associated IP addresses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListNetworkUsageResponse\u003c/code\u003e class implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its capability for message handling, comparison, cloning, and buffering within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe primary property of the \u003ccode\u003eListNetworkUsageResponse\u003c/code\u003e class is \u003ccode\u003eNetworks\u003c/code\u003e, which is a RepeatedField of \u003ccode\u003eNetworkUsage\u003c/code\u003e, representing a collection of networks with IPs.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple previous versions available for \u003ccode\u003eListNetworkUsageResponse\u003c/code\u003e, with versions ranging from 1.0.0 to 1.6.0.\u003c/p\u003e\n"]]],[],null,["# Bare Metal Solution v2 API - Class ListNetworkUsageResponse (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/latest/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.6.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.5.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.4.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.3.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.2.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.1.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/1.0.0/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse) \n\n public sealed class ListNetworkUsageResponse : IMessage\u003cListNetworkUsageResponse\u003e, IEquatable\u003cListNetworkUsageResponse\u003e, IDeepCloneable\u003cListNetworkUsageResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Bare Metal Solution v2 API class ListNetworkUsageResponse.\n\nResponse with Networks with IPs \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListNetworkUsageResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListNetworkUsageResponse](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/latest/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListNetworkUsageResponse](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/latest/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListNetworkUsageResponse](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/latest/Google.Cloud.BareMetalSolution.V2.ListNetworkUsageResponse), [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.BareMetalSolution.V2](/dotnet/docs/reference/Google.Cloud.BareMetalSolution.V2/latest/Google.Cloud.BareMetalSolution.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.BareMetalSolution.V2.dll\n\nConstructors\n------------\n\n### ListNetworkUsageResponse()\n\n public ListNetworkUsageResponse()\n\n### ListNetworkUsageResponse(ListNetworkUsageResponse)\n\n public ListNetworkUsageResponse(ListNetworkUsageResponse other)\n\nProperties\n----------\n\n### Networks\n\n public RepeatedField\u003cNetworkUsage\u003e Networks { get; }\n\nNetworks with IPs."]]