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"]],[["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-04-17 UTC."],[[["This page provides reference documentation for the `ListNetworkUsageResponse` class within the Bare Metal Solution v2 API."],["The latest version of the `ListNetworkUsageResponse` API is 1.7.0, with previous versions available from 1.0.0 onwards."],["The `ListNetworkUsageResponse` class is designed to represent a response containing network usage details and is derived from the `Object` class, and implemented multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Networks` property, which is of type `RepeatedField\u003cNetworkUsage\u003e` and is used to list networks along with their IP information."],["It has two constructors, one that is empty and another one that takes another `ListNetworkUsageResponse` as a parameter to use as a base."]]],[]]