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-03-31 UTC."],[[["The latest version available for `GetVpnGatewayRequest` is 3.6.0, while version 1.0.0 serves as the initial release."],["`GetVpnGatewayRequest` is a request message designed for retrieving details about a VPN gateway, specifically via the `VpnGateways.Get` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility."],["The class contains properties such as `Project`, `Region`, and `VpnGateway`, which are used to define the scope and target of the request."],["There are two constructors provided, a default one and one that takes another `GetVpnGatewayRequest` as a parameter."]]],[]]