public sealed class VpnGatewayStatus : IMessage<VpnGatewayStatus>, IEquatable<VpnGatewayStatus>, IDeepCloneable<VpnGatewayStatus>, 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."],[[["The latest version available for `VpnGatewayStatus` is 3.6.0, but multiple previous versions are also documented, dating back to version 1.0.0."],["`VpnGatewayStatus` is a class within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud Compute V1 .NET library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages, object equality, cloning, and buffer management."],["The class `VpnGatewayStatus` has two constructors, a default one, and another that can copy an existing `VpnGatewayStatus` object."],["It contains one property, `VpnConnections`, which is a list of `VpnGatewayStatusVpnConnection` objects, each describing a VPN connection associated with this VpnGateway."]]],[]]