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-21 UTC."],[[["The latest version of the `GetVpnTunnelRequest` class is 3.6.0, and the documentation lists versions ranging from 1.0.0 to 3.6.0."],["This class is used for requesting details about a specific VPN tunnel, as per the description \"A request message for VpnTunnels.Get\"."],["The `GetVpnTunnelRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["It includes properties such as `Project`, `Region`, and `VpnTunnel`, which are all of type `String` and are essential for constructing the VPN tunnel retrieval request."],["This class has two constructors, the default one, and another which takes a `GetVpnTunnelRequest` type as a parameter."]]],[]]