public sealed class VpnTunnelsScopedList : IMessage<VpnTunnelsScopedList>, IEquatable<VpnTunnelsScopedList>, IDeepCloneable<VpnTunnelsScopedList>, 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 webpage provides documentation for the `VpnTunnelsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.2.0, with links to various previous and current versions."],["`VpnTunnelsScopedList` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message data and version control within the Google Cloud Compute environment."],["The class has two constructors: a default constructor `VpnTunnelsScopedList()` and one that takes another `VpnTunnelsScopedList` object as a parameter for copying, `VpnTunnelsScopedList(VpnTunnelsScopedList other)`."],["It includes two properties: `VpnTunnels`, which is a list of `VpnTunnel` objects, and `Warning`, which holds information about any warnings related to the list of VPN tunnels, if it is empty."],["The latest version that you can access via a link is the 3.6.0 version, followed by previous 3.5.0, 3.4.0, and so on, down to 1.0.0."]]],[]]