public sealed class RouterBgpPeerCustomLearnedIpRange : IMessage<RouterBgpPeerCustomLearnedIpRange>, IEquatable<RouterBgpPeerCustomLearnedIpRange>, IDeepCloneable<RouterBgpPeerCustomLearnedIpRange>, IBufferMessage, IMessage
The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
[[["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-31 UTC."],[[["The `RouterBgpPeerCustomLearnedIpRange` class is part of the `Google.Cloud.Compute.V1` namespace, specifically within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cRouterBgpPeerCustomLearnedIpRange\u003e`, `IDeepCloneable\u003cRouterBgpPeerCustomLearnedIpRange\u003e`, and `IBufferMessage`."],["The `RouterBgpPeerCustomLearnedIpRange` class has two constructors, one default and one that takes another `RouterBgpPeerCustomLearnedIpRange` object as a parameter for creating a copy."],["The class has a `Range` property, which is a string representing a CIDR-formatted IP address range, and a `HasRange` property that's a boolean to indicate if the range field has a value set."],["The latest version of the documentation for this content is `3.6.0`, and there are several previous versions dating back to `1.0.0`, all of which pertain to `RouterBgpPeerCustomLearnedIpRange`."]]],[]]