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, detailing its structure and functionality across multiple versions, from 1.0.0 to the latest 3.6.0."],["The `VpnGatewaysScopedList` class, which inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to manage a list of VPN gateways within a specific scope."],["The class includes two constructors: a default constructor and one that accepts another `VpnGatewaysScopedList` instance for copying."],["`VpnGatewaysScopedList` has two main properties, `VpnGateways`, which contains a list of `VpnGateway` objects, and `Warning`, which is used to provide informational messages if the VPN list is empty."],["The documentation includes a comprehensive list of versions available, all the way down to version 1.0.0, with version 3.6.0 being the latest, for referencing `VpnGatewaysScopedList` via it's full link."]]],[]]