public sealed class GetVpnTunnelRequest : IMessage<GetVpnTunnelRequest>, IEquatable<GetVpnTunnelRequest>, IDeepCloneable<GetVpnTunnelRequest>, IBufferMessage, IMessage
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 details the `GetVpnTunnelRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request information about VPN tunnels."],["The latest version available for this request is version 3.6.0, with older versions ranging down to version 1.0.0."],["The `GetVpnTunnelRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class has three main properties: `Project`, `Region`, and `VpnTunnel`, all of which are strings used to specify the relevant details for the request."],["This class includes two constructors, a default one, and one to copy an existing `GetVpnTunnelRequest` object."]]],[]]