public sealed class GetVpnGatewayRequest : IMessage<GetVpnGatewayRequest>, IEquatable<GetVpnGatewayRequest>, IDeepCloneable<GetVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetVpnGatewayRequest.
A request message for VpnGateways.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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetVpnGatewayRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.5.0 of the .NET library."],["The `GetVpnGatewayRequest` class is used to form a request for the `VpnGateways.Get` method, as described in the API documentation and has a full history of past versions, ranging from 1.0.0 to 3.6.0, the latest."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetVpnGatewayRequest` class include `Project`, `Region`, and `VpnGateway`, which are strings used to specify the project, region, and VPN gateway name, respectively."],["There are 2 documented constructors, an empty one and one that accepts another instance of `GetVpnGatewayRequest`, as well as documented inherited members of `object`."]]],[]]