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."],[[["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1 package, with version 3.4.0 also being detailed."],["The `VpnGatewayStatus` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`VpnGatewayStatus` is within the `Google.Cloud.Compute.V1` namespace and is contained in the `Google.Cloud.Compute.V1.dll` assembly."],["The class has two constructors: a default one and one that takes another `VpnGatewayStatus` object as a parameter for copying its properties."],["The `VpnConnections` property provides a list of VPN connections associated with the `VpnGateway`, using a `RepeatedField` of type `VpnGatewayStatusVpnConnection`."]]],[]]