public sealed class GetVpnTunnelRequest : IMessage<GetVpnTunnelRequest>, IEquatable<GetVpnTunnelRequest>, IDeepCloneable<GetVpnTunnelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetVpnTunnelRequest.
A request message for VpnTunnels.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-04-09 UTC."],[[["The `GetVpnTunnelRequest` class is a request message for the `VpnTunnels.Get` method within the Compute Engine v1 API, used to retrieve details about a specific VPN tunnel."],["Version 3.6.0 is the latest release, and documentation is available for prior versions all the way down to version 1.0.0 for the Google Cloud Compute Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetVpnTunnelRequest` has three properties, `Project`, `Region`, and `VpnTunnel`, which are all of type string, used to identify the project, region, and the VPN tunnel, respectively."],["There are two constructors for the `GetVpnTunnelRequest` class, a parameterless constructor and one that accepts another instance of `GetVpnTunnelRequest` as a parameter."]]],[]]