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."],[[["This page provides reference documentation for the `GetVpnTunnelRequest` class within the Google Cloud Compute Engine v1 API."],["The latest version available for `GetVpnTunnelRequest` is 3.6.0, but there are many previous versions from 3.5.0 all the way down to 1.0.0."],["The `GetVpnTunnelRequest` class is used to request information about a specific VPN tunnel, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has three properties: `Project` (Project ID), `Region` (Region name), and `VpnTunnel` (VpnTunnel name), all of which are strings."],["This class also inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, and it contains two constructors, one default and one that takes a `GetVpnTunnelRequest` object."]]],[]]