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-04-02 UTC."],[[["This webpage provides documentation for the `VpnGatewayStatusTunnel` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions, with the latest being 3.6.0."],["The `VpnGatewayStatusTunnel` class is used to hold information about a VPN tunnel, inheriting from the base `Object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `HasLocalGatewayInterface`, `HasPeerGatewayInterface`, and `HasTunnelUrl` to check whether the corresponding fields are set, and `LocalGatewayInterface`, `PeerGatewayInterface`, and `TunnelUrl` to manage the data directly."],["The webpage lists the available versions, starting from 1.0.0 up to the latest 3.6.0, in addition to giving access to other versions of the documentation for this class, and details on the constructors."],["The webpage outlines the inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are inherited from the `Object` class, as well as a list of all the properties and the data types for the `VpnGatewayStatusTunnel` class."]]],[]]