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 of the Google.Cloud.Compute.V1 library is 3.6.0, with a variety of previous versions, including 2.15.0."],["The document describes the `VpnGatewayStatus` class, which is part of the Google.Cloud.Compute.V1 namespace."],["`VpnGatewayStatus` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VpnGatewayStatus` class includes a constructor, `VpnGatewayStatus()`, and another constructor that takes another `VpnGatewayStatus` object as a parameter, `VpnGatewayStatus(VpnGatewayStatus other)`."],["The class contains a property named `VpnConnections` that is a list of VPN connections for the `VpnGateway`, represented as a `RepeatedField` of type `VpnGatewayStatusVpnConnection`."]]],[]]