public sealed class GetNetworkPeeringRequest : IMessage<GetNetworkPeeringRequest>, IEquatable<GetNetworkPeeringRequest>, IDeepCloneable<GetNetworkPeeringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetNetworkPeeringRequest.
Request message for
[VmwareEngine.GetNetworkPeering][google.cloud.vmwareengine.v1.VmwareEngine.GetNetworkPeering]
Required. The resource name of the network peering to retrieve.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/global/networkPeerings/my-peering
[[["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 `GetNetworkPeeringRequest` class within the VMware Engine v1 API, specifically version 1.3.0, and details the request message for retrieving network peering information."],["The `GetNetworkPeeringRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["It includes constructors for creating instances of `GetNetworkPeeringRequest`, both with default values and by copying from an existing `GetNetworkPeeringRequest` object, allowing flexibility in object creation."],["The class has two key properties, `Name` and `NetworkPeeringName`, allowing for the specification of the target network peering resource, either as a string or as a typed `NetworkPeeringName` object, for retrieval."],["The latest version available is 1.6.0, and the documentation is also available for all previous versions back to 1.0.0."]]],[]]