public sealed class GetExternalVpnGatewayRequest : IMessage<GetExternalVpnGatewayRequest>, IEquatable<GetExternalVpnGatewayRequest>, IDeepCloneable<GetExternalVpnGatewayRequest>, IBufferMessage, IMessage
A request message for ExternalVpnGateways.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."],[[["This webpage details the `GetExternalVpnGatewayRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to send a request message for retrieving an external VPN gateway."],["The latest version documented is 3.6.0, and the page provides links to documentation for multiple prior versions of the class, starting from version 1.0.0 up to the latest."],["The `GetExternalVpnGatewayRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, a parameterless constructor and one that takes another `GetExternalVpnGatewayRequest` object as a parameter."],["The properties of this class include `ExternalVpnGateway` and `Project`, which accept string values, detailing the name of the external VPN Gateway and project ID for the request respectively."]]],[]]