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 information for the `ListNetworkUsageRequest` class within the Bare Metal Solution v2 API, specifically for version 1.0.0 and up to the latest release of 1.7.0."],["The `ListNetworkUsageRequest` class is used to request a list of networks with IPs, as part of the Google Cloud Bare Metal Solution V2 API, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, along with constructors for default initialization and copying from another `ListNetworkUsageRequest` instance."],["The class has two key properties: `Location` which is a string representing the parent project and location, and `LocationAsLocationName` which provides a typed view over the `Location` resource name property."],["The document lists multiple previous versions of the API, from 1.0.0 to 1.6.0, in addition to the latest version 1.7.0, all of which contain the same `ListNetworkUsageRequest` class."]]],[]]