public sealed class VpnGatewaysScopedList : IMessage<VpnGatewaysScopedList>, IEquatable<VpnGatewaysScopedList>, IDeepCloneable<VpnGatewaysScopedList>, 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 `VpnGatewaysScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with this specific documentation covering version 2.14.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object manipulation within the .NET environment."],["The latest version of this class is version 3.6.0, and the documentation covers past versions all the way back to version 1.0.0."],["The `VpnGatewaysScopedList` class has two constructors: a default one and another which takes an existing `VpnGatewaysScopedList` object as a parameter to create a new object, and it contains two main properties `VpnGateways`, and `Warning`."],["The `VpnGateways` property is an output-only list of VPN gateways contained within the scope, while the `Warning` property is an output-only informational message that replaces the list of addresses if the list is empty."]]],[]]