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 accessible, dating back to version 1.0.0."],["`VpnGatewayStatus` is a class in the `Google.Cloud.Compute.V1` namespace, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VpnGatewayStatus` class inherits from `Object` and provides two constructors: a default constructor and one that takes another `VpnGatewayStatus` object as a parameter for copying purposes."],["The class contains a property called `VpnConnections`, which holds a list of VPN connections associated with a `VpnGateway`, and is a `RepeatedField` of `VpnGatewayStatusVpnConnection` objects."],["The `VpnGatewayStatus` class has some inherited members which include `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]