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."],[[["The webpage provides documentation for the `GetExternalVpnGatewayRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `GetExternalVpnGatewayRequest` documentation is 3.6.0, with numerous previous versions available, down to 1.0.0."],["The `GetExternalVpnGatewayRequest` class is a request message used for retrieving information about an external VPN gateway, inheriting from `Object` and implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and a constructor that accepts another `GetExternalVpnGatewayRequest` object for creating copies."],["The `GetExternalVpnGatewayRequest` class has properties for `ExternalVpnGateway` and `Project`, both of which are strings, to specify the external VPN gateway name and the project ID for the request."]]],[]]