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, available across multiple versions, from 1.0.0 to the latest 3.6.0."],["The `RouterAdvertisedIpRange` class is used to define IP ranges that a router will advertise, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor, which takes another `RouterAdvertisedIpRange` object as an argument, and it contains properties for setting the description and the IP range to advertise."],["The two main properties of the class are `Description` which is of type `String` to describe the ip range, and `Range` also of type `String`, to contain the CIDR formatted ip range to be advertised."],["The webpage also includes a full list of the available releases of the `RouterAdvertisedIpRange` class, along with links to documentation for each release."]]],[]]