public sealed class RoutersScopedList : IMessage<RoutersScopedList>, IEquatable<RoutersScopedList>, IDeepCloneable<RoutersScopedList>, 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."],[[["The `RoutersScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, is a part of the Google Cloud Compute .NET library, specifically for version 2.1.0 and later."],["This class provides a way to work with a scoped list of routers and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RoutersScopedList` class includes a `Routers` property, which is a list of `Router` objects, and a `Warning` property that provides informational warnings if the router list is empty."],["The latest version listed is `3.6.0` however, many prior versions are linked, dating all the way back to version `1.0.0`."],["The class has two constructors, one is parameterless and the other takes a `RoutersScopedList` as a parameter to copy from."]]],[]]