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, specifically referencing version 2.1.0."],["The latest version of this resource is 3.6.0, and historical versions dating back to 1.0.0 are available."],["`GetExternalVpnGatewayRequest` serves as a request message for retrieving details about external VPN gateways."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it's used for message handling, comparison, cloning, and buffer management."],["The class contains two public properties, `ExternalVpnGateway` to specify which external VPN Gateway to return, and `Project` to specify which project ID the request belongs to."]]],[]]