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-04-09 UTC."],[[["This webpage provides documentation for the `VpnTunnelsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.5.0, with links to various versions, from 1.0.0 to the latest 3.6.0."],["The `VpnTunnelsScopedList` class is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `object`."],["The class contains a `VpnTunnels` property, which is a list of VPN tunnels, and a `Warning` property, which provides an informational warning if the list of addresses is empty."],["There are two constructors for the `VpnTunnelsScopedList` class: a default constructor and one that takes another `VpnTunnelsScopedList` instance as a parameter for making a copy."],["The provided documentation also gives information on inherited members from the object class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]