public sealed class GetNetworkRequest : IMessage<GetNetworkRequest>, IEquatable<GetNetworkRequest>, IDeepCloneable<GetNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class GetNetworkRequest.
[[["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 `GetNetworkRequest` class within the Google Cloud Bare Metal Solution v2 API, which is used for requesting network information."],["The `GetNetworkRequest` class is a message class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two constructors: a default constructor `GetNetworkRequest()` and a copy constructor `GetNetworkRequest(GetNetworkRequest other)`."],["The class contains two main properties: `Name` (a string representing the resource name) and `NetworkName` (a typed view of the `Name` property)."],["There are multiple versions of the `GetNetworkRequest` class available, from version 1.0.0 up to the latest version 1.7.0."]]],[]]