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-31 UTC."],[[["This webpage provides documentation for the `VpnGatewayStatus` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with version 2.9.0 being the current context of focus."],["The latest version available is 3.6.0, and the page lists various previous versions of the `VpnGatewayStatus` class documentation, dating back to version 1.0.0, which users can reference through provided links."],["The `VpnGatewayStatus` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to protocol buffer messages and object handling."],["The `VpnGatewayStatus` class includes a property, `VpnConnections`, which is a list of VPN connections for the VpnGateway and uses the type `RepeatedField\u003cVpnGatewayStatusVpnConnection\u003e` to manage them."],["The `VpnGatewayStatus` class can be constructed using two types of constructors, a default constructor and an overloaded one that accepts another `VpnGatewayStatus` object as a parameter."]]],[]]