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."],[[["The `RouterAdvertisedIpRange` class in the `Google.Cloud.Compute.V1` namespace is used to define IP ranges that a router should advertise."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling message data."],["The `RouterAdvertisedIpRange` class allows for a user-specified description and the configuration of a specific IP range in CIDR format to be advertised, managed through its `Description` and `Range` properties respectively."],["The documentation provides a detailed history of versions for the `RouterAdvertisedIpRange`, beginning with version 1.0.0 up to the latest version 3.6.0, and including version 2.0.0."],["The class has 2 constructors, one for a default instance, and another that accepts a copy of another instance of the `RouterAdvertisedIpRange`."]]],[]]