public sealed class VpnGatewayStatusTunnel : IMessage<VpnGatewayStatusTunnel>, IEquatable<VpnGatewayStatusTunnel>, IDeepCloneable<VpnGatewayStatusTunnel>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `VpnGatewayStatusTunnel` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, covering versions from 1.0.0 to the latest version 3.6.0."],["The `VpnGatewayStatusTunnel` class is a part of the Google Cloud Compute API and contains information about a VPN tunnel, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `VpnGatewayStatusTunnel` class include `LocalGatewayInterface`, `PeerGatewayInterface`, and `TunnelUrl`, which provide details about the associated VPN gateway interfaces and tunnel URL."],["The class also includes constructors to create new instances, including a default constructor and a copy constructor that takes another `VpnGatewayStatusTunnel` object."],["The page allows you to access previous versions of this information, allowing you to click through different version numbers of the documentation."]]],[]]