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."],[[["This page provides documentation for the `VpnGatewayStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 2.0.0 of the library."],["The `VpnGatewayStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message manipulation, equality checking, deep cloning, and buffer message interactions."],["It inherits from the `Object` class and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, inherited from the base `Object` class."],["The `VpnGatewayStatus` class contains a property named `VpnConnections`, which is a list of `VpnGatewayStatusVpnConnection` objects, providing information about the VPN connections associated with the VpnGateway."],["The documentation is versioned and contains documentation for the most recent version, 3.6.0, back to version 1.0.0 with version 2.0.0 being the version of focus for the class definition."]]],[]]