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."],["This class has several available versions, from 1.0.0 up to the latest version 3.6.0, with each version having its own documentation link."],["`GetTargetVpnGatewayRequest` inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project`, `Region`, and `TargetVpnGateway`, all of type `String`, to specify the target VPN gateway to look up."],["It has two constructors, a default constructor, and one that takes another `GetTargetVpnGatewayRequest` object as a parameter."]]],[]]