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."],[[["The webpage provides documentation for the `GetVpnTunnelRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 1.4.0 of the library."],["`GetVpnTunnelRequest` is a request message used for the `VpnTunnels.Get` method and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Project`, `Region`, and `VpnTunnel`, each representing a string that represents the project ID, the region name, and the VPN tunnel name."],["The page also lists previous versions of the library, from version 1.0.0 to the latest 3.6.0, with each version having its own documentation link."],["It has both a parameter-less constructor and a copy constructor that accepts another `GetVpnTunnelRequest` object as an argument."]]],[]]