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-21 UTC."],[[["The latest version of `RouterAdvertisedIpRange` is 3.6.0, with several prior versions available, ranging down to version 1.0.0."],["`RouterAdvertisedIpRange` is a class that defines IP ranges for routers to advertise and is within the `Google.Cloud.Compute.V1` namespace."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Description` and `Range`, which allow setting a user-defined description and the CIDR-formatted IP range to advertise, respectively."],["The RouterAdvertisedIpRange class can be constructed in two ways: default constructor, or with another RouterAdvertisedIpRange object as a parameter."]]],[]]