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."],[[["This webpage provides documentation for the `VpnGatewaysScopedList` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest and having links for all the way back to version 1.0.0."],["The `VpnGatewaysScopedList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities within the .NET framework."],["The class includes two constructors: a default constructor and another that accepts a `VpnGatewaysScopedList` instance for copying purposes."],["The class provides two main properties, `VpnGateways` to contain a list of VPN gateways and `Warning` to display any informational warning related to the list."],["The `VpnGatewaysScopedList` class inherits from the `object` class, as well as a list of inherited members, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]