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-02 UTC."],[[["This webpage provides reference documentation for the `GetVpnTunnelRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with version 2.10.0 being the main subject, but also includes links to other versions."],["The `GetVpnTunnelRequest` class is a request message used in the `VpnTunnels.Get` method, designed to retrieve details about a specific VPN tunnel resource."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, comparison, cloning, and buffered operations."],["Key properties of `GetVpnTunnelRequest` include `Project`, `Region`, and `VpnTunnel`, which are used to identify the specific VPN tunnel resource within a project and region."],["The documentation provides information on the constructors and properties of `GetVpnTunnelRequest`, as well as the inheritance and implementation details."]]],[]]