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-31 UTC."],[[["This webpage provides documentation for the `VpnGatewaysScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0, and includes links to older versions, with 3.6.0 being the latest."],["The `VpnGatewaysScopedList` class is a concrete implementation that inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `VpnGatewaysScopedList()` and a copy constructor `VpnGatewaysScopedList(VpnGatewaysScopedList other)` that creates a new instance based on an existing one."],["It contains two properties, `VpnGateways`, which is a list of VPN gateways contained in the scope, and `Warning`, which is used to display informational warnings when the list of addresses is empty."],["The webpage outlines inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, which are standard in .NET object inheritance."]]],[]]