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."],[[["This webpage provides documentation for the `RoutersScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The `RoutersScopedList` class, part of the Google Cloud Compute V1 API, represents a list of routers and is documented here through various versions from 1.0.0 up to 3.6.0, with 3.6.0 being the most recent."],["The `RoutersScopedList` class has two constructors: a default constructor and a copy constructor that takes another `RoutersScopedList` instance as a parameter."],["The `RoutersScopedList` class exposes a `Routers` property, which is a list of `Router` objects contained within the current scope, and a `Warning` property, used to provide warning information if the list of routers is empty."],["The documented class implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."]]],[]]