public sealed class VpnGatewayStatusTunnel : IMessage<VpnGatewayStatusTunnel>, IEquatable<VpnGatewayStatusTunnel>, IDeepCloneable<VpnGatewayStatusTunnel>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class VpnGatewayStatusTunnel.
[[["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-24 UTC."],[[["This webpage provides reference documentation for the `VpnGatewayStatusTunnel` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the most recent version listed as 3.6.0, and the version this page is for being 2.12.0."],["The `VpnGatewayStatusTunnel` class, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, contains information about a VPN tunnel and its status."],["Key properties of the `VpnGatewayStatusTunnel` class include `HasLocalGatewayInterface`, `HasPeerGatewayInterface`, `HasTunnelUrl`, `LocalGatewayInterface`, `PeerGatewayInterface`, and `TunnelUrl`, allowing users to retrieve specific details related to the tunnel and its interfaces."],["The page also shows a version history for this class, ranging from version 1.0.0 up to the latest 3.6.0, and users can navigate to any of these versions by the links provided."],["The VpnGatewayStatusTunnel has two constructors, `VpnGatewayStatusTunnel()` and `VpnGatewayStatusTunnel(VpnGatewayStatusTunnel other)` that allows for the instantiation of the class, or instantiation through an existing object of the same class respectively."]]],[]]