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-04-09 UTC."],[[["This webpage provides documentation for the `GetVpnTunnelRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The content details the various versions of the API, with version 3.6.0 being the latest, and also covers all versions from 1.0.0 up until 3.6.0."],["`GetVpnTunnelRequest` is a request message used for retrieving details of a VPN tunnel, as described in the method description for VpnTunnels.Get."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetVpnTunnelRequest` class contains properties for `Project`, `Region`, and `VpnTunnel`, allowing developers to specify the necessary details for their request."]]],[]]