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 webpage provides documentation for the `VpnTunnelsScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and the interfaces it implements."],["The most recent version available for `VpnTunnelsScopedList` is version 3.6.0, and there are numerous older versions accessible, ranging back to version 1.0.0."],["`VpnTunnelsScopedList` is a class that inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are vital for its functionality within the .NET environment."],["The `VpnTunnelsScopedList` class has two constructors: a default constructor `VpnTunnelsScopedList()` and another that accepts an instance of `VpnTunnelsScopedList` as an argument `VpnTunnelsScopedList(VpnTunnelsScopedList other)`."],["The class has two main properties: `VpnTunnels`, which is a `RepeatedField` of `VpnTunnel` objects, and `Warning`, of type `Warning`, used for informational purposes when the VPN tunnel list is empty."]]],[]]