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 Google Cloud VMware Engine v1 API, specifically version 1.4.0."],["The `GetNetworkPeeringRequest` class is used to request a specific network peering and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string resource name of the network peering) and `NetworkPeeringName` (a typed view of the Name resource)."],["The documentation also contains historical versions of the `GetNetworkPeeringRequest` class, with the latest version being 1.6.0, alongside other prior versions."],["The `GetNetworkPeeringRequest` class has 2 constructors that can be used, one with no parameters, and another where it takes another `GetNetworkPeeringRequest` object as a parameter."]]],[]]