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-21 UTC."],[[["The page provides reference documentation for the `GetExternalVpnGatewayRequest` class in the Google Cloud Compute Engine v1 API, outlining its use in retrieving details about an external VPN gateway."],["This class, which can be found under the namespace `Google.Cloud.Compute.V1`, is part of the `Google.Cloud.Compute.V1.dll` assembly, and is available in versions ranging from 1.0.0 to the latest version, 3.6.0."],["The `GetExternalVpnGatewayRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for deep cloning and working with buffer messages."],["The class features two primary constructors: a default one (`GetExternalVpnGatewayRequest()`) and an overload that allows creating an instance by copying another (`GetExternalVpnGatewayRequest(GetExternalVpnGatewayRequest other)`), and also features properties for `ExternalVpnGateway` and `Project` which are both of type string."]]],[]]