public sealed class RouterAdvertisedIpRange : IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RouterAdvertisedIpRange.
Description-tagged IP ranges for the router to advertise.
[[["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-24 UTC."],[[["The `RouterAdvertisedIpRange` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used for describing IP ranges that a router will advertise, and it includes properties like `Description` and `Range`."],["The documentation provides a comprehensive list of versions for this class, starting with version 1.0.0 and going up to the latest release of version 3.6.0, all of which are accessible through links."],["`RouterAdvertisedIpRange` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in the protocol buffer system."],["The class offers two constructors, one being parameterless and the other accepting another `RouterAdvertisedIpRange` instance, enabling the creation of new objects and the ability to clone them."]]],[]]