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-24 UTC."],[[["The latest version of the `GetExternalVpnGatewayRequest` is 3.6.0, and the page covers versions ranging from 1.0.0 to 3.6.0."],["The `GetExternalVpnGatewayRequest` class is part of the Compute Engine v1 API, specifically within the Google.Cloud.Compute.V1 namespace."],["This class, `GetExternalVpnGatewayRequest`, is a request message for retrieving details about an External VPN Gateway, as defined by the Compute Engine API."],["The `GetExternalVpnGatewayRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicate its capabilities for message handling, equality checks, deep cloning, and buffer management respectively."],["The class has two constructors, a default constructor, and a copy constructor that takes another `GetExternalVpnGatewayRequest` object as a parameter, along with two string properties for storing the `ExternalVpnGateway` name and the `Project` ID."]]],[]]