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 `VpnGatewayStatus` class, found in the `Google.Cloud.Compute.V1` namespace, is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cVpnGatewayStatus\u003e`, `IDeepCloneable\u003cVpnGatewayStatus\u003e`, and `IBufferMessage`."],["The `VpnGatewayStatus` class has two constructors: a default constructor `VpnGatewayStatus()` and a copy constructor `VpnGatewayStatus(VpnGatewayStatus other)`."],["The class includes a `VpnConnections` property of type `RepeatedField\u003cVpnGatewayStatusVpnConnection\u003e`, which provides a list of VPN connections associated with a given VpnGateway."],["The class has members inherited from the base `object` class, including methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]