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."],[[["This page details the `VpnTunnelsScopedList` class within the `Google.Cloud.Compute.V1` namespace, with the latest version documented being 3.6.0 and the current page version being 2.3.0."],["The `VpnTunnelsScopedList` class is used for handling a list of VPN tunnels and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor that takes another `VpnTunnelsScopedList` object as an argument, allowing for creating new instances."],["The `VpnTunnelsScopedList` class has two properties: `VpnTunnels`, which contains a list of `VpnTunnel` objects, and `Warning`, which displays an informational warning when the list of addresses is empty."],["There are multiple previous versions of the documentation available for this class ranging from versions 1.0.0 to 3.5.0."]]],[]]