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-03-31 UTC."],[[["The `GetVpnGatewayRequest` class is a request message for the `VpnGateways.Get` method within the Compute Engine v1 API, used to retrieve details about a specific VPN gateway."],["Version 3.6.0 is the latest available version of the Compute Engine v1 API's documentation, while the current document is referencing version 3.0.0, there are numerous previous versions documented, dating all the way back to 1.0.0."],["The `GetVpnGatewayRequest` class includes properties such as `Project`, `Region`, and `VpnGateway`, allowing users to specify the project, region, and the name of the VPN gateway they wish to retrieve information about."],["The `GetVpnGatewayRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]