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 webpage provides documentation for the `VpnGatewayStatus` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["It details the inheritance and implementation of the `VpnGatewayStatus` class, derived from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located within the `Google.Cloud.Compute.V1.dll` assembly."],["There are two constructors for the `VpnGatewayStatus` class: a default constructor and one that takes another `VpnGatewayStatus` instance as a parameter."],["The `VpnGatewayStatus` class includes a `VpnConnections` property of type `RepeatedField\u003cVpnGatewayStatusVpnConnection\u003e`, representing a list of VPN connections."]]],[]]