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, including its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RouterAdvertisedIpRange` class is used to define IP ranges for a router to advertise, with properties for a user-specified description (`Description`) and the IP range itself (`Range`), using a CIDR format."],["The page provides links to documentation for multiple versions of the `RouterAdvertisedIpRange` class, ranging from version 1.0.0 to the latest version 3.6.0, enabling users to access information on previous releases."],["The class inherits from `Object` and includes methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` as well as two constructors: `RouterAdvertisedIpRange()` and `RouterAdvertisedIpRange(RouterAdvertisedIpRange other)`."],["Each IP range can be configured with a custom description, as indicated by the `Description` property and can check if the description or range have values with `HasDescription` and `HasRange`."]]],[]]