public sealed class RouterAdvertisedIpRange : IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RouterAdvertisedIpRange.
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-04-09 UTC."],[[["The latest version available for the `RouterAdvertisedIpRange` class is 3.6.0, with a historical range of versions accessible from 1.0.0 up to the latest."],["`RouterAdvertisedIpRange` is a class within the Google.Cloud.Compute.V1 namespace, part of the Compute Engine v1 API, used for configuring description-tagged IP ranges for router advertisement."],["This class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which defines functionality like deep cloning and equality checks."],["The `RouterAdvertisedIpRange` class provides properties such as Description and Range, allowing for the specification of a description and a CIDR-formatted IP range to be advertised."],["The class has a constructor that takes another `RouterAdvertisedIpRange` object, as well as a default constructor, both allowing for object instantiation."]]],[]]