public sealed class GetTargetVpnGatewayRequest : IMessage<GetTargetVpnGatewayRequest>, IEquatable<GetTargetVpnGatewayRequest>, IDeepCloneable<GetTargetVpnGatewayRequest>, IBufferMessage, IMessage
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."],[[["The `GetTargetVpnGatewayRequest` class is used to request information about a specific target VPN gateway and is part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library."],["Version 3.6.0 is the latest version of the `GetTargetVpnGatewayRequest`, with multiple older versions ranging from 3.5.0 to 1.0.0 also being accessible."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has three primary properties: `Project` (the project ID), `Region` (the region name), and `TargetVpnGateway` (the name of the target VPN gateway), all of which are strings."],["The available constructors are the default constructor `GetTargetVpnGatewayRequest()`, and a constructor for copying from another instance of `GetTargetVpnGatewayRequest`, `GetTargetVpnGatewayRequest(GetTargetVpnGatewayRequest other)`."]]],[]]