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, covering versions from 1.0.0 up to the latest release of 3.6.0."],["The `VpnTunnelsScopedList` class, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to represent a scoped list of VPN tunnels."],["The class contains two main properties: `VpnTunnels`, a `RepeatedField` of `VpnTunnel` objects, and `Warning`, which provides informational warnings if the list of addresses is empty."],["There are two constructors available for the `VpnTunnelsScopedList` class: a default constructor and one that takes another `VpnTunnelsScopedList` object as a parameter for creating a new instance."],["It inherits the methods `GetHashCode()`, `GetType()` and `ToString()` from the base `object` class."]]],[]]