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."],[[["This webpage provides reference documentation for the `RouterAdvertisedIpRange` class within the Google Compute Engine v1 API."],["The latest version of this class is 3.6.0, and the current page details version 3.5.0, with an extensive history of past versions dating back to 1.0.0."],["`RouterAdvertisedIpRange` is used to define IP ranges for routers to advertise, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Description` (a user-specified description) and `Range` (the CIDR-formatted IP range), along with corresponding properties to check if these fields are set (`HasDescription` and `HasRange`)."],["The `RouterAdvertisedIpRange` class can be instantiated with a default constructor or by passing in another `RouterAdvertisedIpRange` object."]]],[]]