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-03-24 UTC."],[[["This webpage details the `RouterAdvertisedIpRange` class within the `Google.Cloud.Compute.V1` namespace, presenting a comprehensive list of its versions, with the latest being 3.6.0."],["The `RouterAdvertisedIpRange` class is used for defining IP ranges that a router can advertise and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating instances, either empty or from an existing `RouterAdvertisedIpRange` object."],["Key properties of the `RouterAdvertisedIpRange` class include `Description`, which stores the user-provided description of the IP range, and `Range`, specifying the IP range in CIDR format to be advertised."],["There are also boolean properties `HasDescription` and `HasRange` that check whether the respective \"description\" and \"range\" fields have been set."]]],[]]