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 `RouterAdvertisedIpRange` class in the Google.Cloud.Compute.V1 namespace defines IP ranges for routers to advertise."],["The latest version of the `RouterAdvertisedIpRange` documentation is for version 3.6.0, while this page covers version 2.14.0 of this API class."],["This class, `RouterAdvertisedIpRange`, implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enabling various functionalities."],["The class provides a `Description` and `Range` property, and `HasDescription`, `HasRange` which are used to store and manage user-defined descriptions and the specific CIDR-formatted IP range to be advertised."],["The class also includes two constructors: a default constructor and one that takes another `RouterAdvertisedIpRange` instance, allowing for object duplication."]]],[]]