public sealed class RouterAdvertisedIpRange : IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessage
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-04-02 UTC."],[[["This webpage details the `RouterAdvertisedIpRange` class within the `Google.Cloud.Compute.V1` namespace, presenting a comprehensive list of its versions, starting from version 1.0.0 to the latest 3.6.0."],["The `RouterAdvertisedIpRange` class is a part of the Google Cloud Compute API and is responsible for handling the IP ranges that a router can advertise."],["The class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RouterAdvertisedIpRange` class include `Description`, a string for user-specified descriptions, and `Range`, which defines the IP range in CIDR format to be advertised."],["The page provides two constructors for creating `RouterAdvertisedIpRange` instances: one default constructor and one that accepts another `RouterAdvertisedIpRange` object for initialization."]]],[]]