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-03-21 UTC."],[[["The latest version of the `GetVpnTunnelRequest` class is 3.6.0, and the current page is documenting version 2.5.0, with various older versions also available."],["`GetVpnTunnelRequest` is a request message for the `VpnTunnels.Get` method in the Compute Engine v1 API, used to retrieve information about a specific VPN tunnel."],["The class `GetVpnTunnelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has three properties, `Project`, `Region`, and `VpnTunnel`, all of which are strings, and these properties are used to specify the project ID, region, and the name of the VPN tunnel to query."],["The `GetVpnTunnelRequest` class provides two constructors, a default constructor and a constructor that accepts another `GetVpnTunnelRequest` object."]]],[]]