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, which is a request message used for the `VpnTunnels.Get` method in Google Cloud Compute API."],["The `GetVpnTunnelRequest` class has been implemented with interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the `GetVpnTunnelRequest` class across multiple versions of the API from 1.0.0 up to the latest version 3.6.0 with download links to the individual versions."],["The `GetVpnTunnelRequest` class includes properties like `Project`, `Region`, and `VpnTunnel`, each requiring a string value to make the request."],["There are 2 constructors available, one taking no parameters, and the other one requiring another `GetVpnTunnelRequest` object as parameter."]]],[]]