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-31 UTC."],[[["The `GetVpnTunnelRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request details about a specific VPN tunnel."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use within Google's .NET libraries."],["The latest available version of the API is 3.6.0, and a list of previous versions of the API from 1.0.0 up to 3.5.0 is provided."],["The class has three main properties: `Project`, `Region`, and `VpnTunnel`, all of which are strings used to specify the details of the VPN tunnel being requested."],["There are 2 constructors for `GetVpnTunnelRequest`, one default constructor that takes no parameters and another that takes another `GetVpnTunnelRequest` object."]]],[]]