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 documentation for the `GetNetworkPeeringRequest` class within the Google Cloud VMware Engine v1 API."],["The `GetNetworkPeeringRequest` class is used to request the details of a specific network peering and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is version 1.6.0, and there are older versions of the documentation for versions 1.0.0 through 1.5.0 also available."],["The class includes properties such as `Name`, which represents the resource name of the network peering, and `NetworkPeeringName`, which is a typed view over the `Name` property."],["This class also includes two different constructors, a default one and one that takes in another `GetNetworkPeeringRequest` object as a parameter."]]],[]]