public sealed class GetExternalVpnGatewayRequest : IMessage<GetExternalVpnGatewayRequest>, IEquatable<GetExternalVpnGatewayRequest>, IDeepCloneable<GetExternalVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetExternalVpnGatewayRequest.
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-31 UTC."],[[["This webpage provides reference documentation for the `GetExternalVpnGatewayRequest` class in the Google Compute Engine v1 API, specifically for .NET development."],["The latest version of the API is 3.6.0, but this page is focused on version 3.4.0, with links to other version-specific documentation."],["The `GetExternalVpnGatewayRequest` class is used to request details about a specific external VPN gateway, as indicated by its role as a request message for `ExternalVpnGateways.Get`."],["This class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `ExternalVpnGateway` and `Project`, which are used to specify the name of the external VPN gateway and the project ID, respectively, in the API request."]]],[]]