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-03-24 UTC."],[[["The `RouterAdvertisedIpRange` class in the Google.Cloud.Compute.V1 API allows users to define IP ranges for a router to advertise, with the latest version being 3.6.0 and many older versions available."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has properties `Description` and `Range`, allowing users to set a user-specified description for the IP range and set the IP range to be advertised in CIDR format, respectively."],["The current page's documentation is specific to version 3.0.0, and is a section of documentation for the Google.Cloud.Compute.V1 namespace, which is part of the Google.Cloud.Compute.V1.dll assembly."]]],[]]