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 `GetExternalVpnGatewayRequest` class is a request message used for retrieving details about an external VPN gateway, as part of Google Cloud Compute V1."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for data manipulation."],["The latest version available of this request class is version 3.6.0, while it spans all the way down to version 1.0.0, with a total of 29 different versions listed."],["The `GetExternalVpnGatewayRequest` class contains properties such as `ExternalVpnGateway` and `Project`, both of type string, to specify the gateway and project ID for the request."],["It includes two constructors, one empty and one taking another `GetExternalVpnGatewayRequest` as a parameter for easy object creation and copying, along with a host of inherited members."]]],[]]