public sealed class VpnGatewaysScopedList : IMessage<VpnGatewaysScopedList>, IEquatable<VpnGatewaysScopedList>, IDeepCloneable<VpnGatewaysScopedList>, 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 `VpnGatewaysScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage in .NET."],["The `VpnGatewaysScopedList` class is part of the `Google.Cloud.Compute.V1.dll` assembly, and it represents a list of VPN gateways in a given scope, supporting versions from 1.0.0 up to the latest version, 3.6.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and deep cloning capabilities."],["Key properties of `VpnGatewaysScopedList` include `VpnGateways`, which is a `RepeatedField` of `VpnGateway` objects representing the VPN gateways, and `Warning`, which provides informational warnings if the VPN gateway list is empty."],["There are two listed constructors for the `VpnGatewaysScopedList`, one default and one that receives another instance of the class as a parameter."]]],[]]