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 webpage provides documentation for the `VpnGatewayStatus` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage."],["The `VpnGatewayStatus` class has been implemented with various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["There are multiple versions of the `VpnGatewayStatus` documented, spanning from version 1.0.0 to the latest 3.6.0, which is presented as the latest version at the top of the webpage."],["The class includes a `VpnConnections` property, which is a `RepeatedField` that contains a list of `VpnGatewayStatusVpnConnection` objects, representing VPN connections for this gateway."],["The `VpnGatewayStatus` class offers two constructors: a parameterless one, and one that takes another `VpnGatewayStatus` instance as a parameter."]]],[]]