public sealed class GetVpnGatewayRequest : IMessage<GetVpnGatewayRequest>, IEquatable<GetVpnGatewayRequest>, IDeepCloneable<GetVpnGatewayRequest>, IBufferMessage, IMessage
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."],[[["The latest version available for `GetVpnGatewayRequest` is 3.6.0, while a range of previous versions from 1.0.0 to 3.5.0 are also accessible for the user."],["`GetVpnGatewayRequest` is a request message used for retrieving details about a VPN gateway, as indicated by the method description \"VpnGateways.Get\"."],["This class inherits from `Object` and implements several interfaces, including `IMessage\u003cGetVpnGatewayRequest\u003e`, `IEquatable\u003cGetVpnGatewayRequest\u003e`, `IDeepCloneable\u003cGetVpnGatewayRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties like `Project`, `Region`, and `VpnGateway`, which allow for specifying the project ID, region, and the name of the VPN gateway being requested, respectively."],["The class `GetVpnGatewayRequest` has two constructors, one being a parameterless constructor and the other taking an existing `GetVpnGatewayRequest` object as a parameter."]]],[]]