public sealed class ListNetworkUsageRequest : IMessage<ListNetworkUsageRequest>, IEquatable<ListNetworkUsageRequest>, IDeepCloneable<ListNetworkUsageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListNetworkUsageRequest.
[[["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."],[[["This document provides reference documentation for the `ListNetworkUsageRequest` class within the Bare Metal Solution v2 API, specifically version 1.6.0, and covers versions from 1.0.0 to the latest, 1.7.0."],["The `ListNetworkUsageRequest` class is used to retrieve network information with IPs and is part of the `Google.Cloud.BareMetalSolution.V2` namespace in the `Google.Cloud.BareMetalSolution.V2.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties for setting the location, both as a string (`Location`) and as a `LocationName` object (`LocationAsLocationName`), which are required for the request."],["Constructors for `ListNetworkUsageRequest` allow for creating new instances, either default or from an existing `ListNetworkUsageRequest` object."]]],[]]