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-04-02 UTC."],[[["This webpage provides documentation for the `RoutersScopedList` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `RoutersScopedList` class is a part of the `Google.Cloud.Compute.V1` assembly, which is implemented through multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`RoutersScopedList()`) and a copy constructor (`RoutersScopedList(RoutersScopedList other)`) for creating instances, where the copy constructor takes another `RoutersScopedList` as a parameter."],["The `RoutersScopedList` class includes two main properties: `Routers`, a `RepeatedField` list of `Router` objects, and `Warning`, which displays a warning when the `Routers` list is empty."],["There are multiple links to the documentation of the older versions, including [3.5.0](/dotnet/docs/reference/Google.Cloud.Compute.V1/3.5.0/Google.Cloud.Compute.V1.RoutersScopedList) and [2.15.0](/dotnet/docs/reference/Google.Cloud.Compute.V1/2.15.0/Google.Cloud.Compute.V1.RoutersScopedList), among others."]]],[]]