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, as found in the `Google.Cloud.Compute.V1.dll` assembly, specifically in version 1.3.0."],["The `RouterAdvertisedIpRange` class, used to define IP ranges for router advertisement, has implemented interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `RouterAdvertisedIpRange` object as a parameter for copying, and it includes properties for `Description`, `HasDescription`, `HasRange`, and `Range`."],["The available versions for the `RouterAdvertisedIpRange` range from 1.0.0 to 3.6.0, with 3.6.0 being the latest and many other intermediate versions in between."]]],[]]