public sealed class GetTargetVpnGatewayRequest : IMessage<GetTargetVpnGatewayRequest>, IEquatable<GetTargetVpnGatewayRequest>, IDeepCloneable<GetTargetVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetVpnGatewayRequest.
A request message for TargetVpnGateways.Get. See the method description for details.
[[["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 webpage provides reference documentation for the `GetTargetVpnGatewayRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and version 2.5.0 being the current default page."],["The `GetTargetVpnGatewayRequest` class is used to send a request message for retrieving a target VPN gateway's details, extending from `Object` and implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides three properties: `Project`, which is the project ID for the request; `Region`, the name of the region; and `TargetVpnGateway`, which is the name of the VPN gateway being requested."],["There are multiple versions of the `GetTargetVpnGatewayRequest` class available, ranging from 1.0.0 up to the latest version 3.6.0, providing links to each versions specific documentation."],["The class can be constructed using an empty constructor `GetTargetVpnGatewayRequest()` or can take another `GetTargetVpnGatewayRequest` as an input using `GetTargetVpnGatewayRequest(GetTargetVpnGatewayRequest other)`."]]],[]]