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-24 UTC."],[[["The latest version of `RouterBgpPeerCustomLearnedIpRange` is 3.6.0, with multiple previous versions ranging from 3.5.0 down to 1.0.0 also documented here."],["`RouterBgpPeerCustomLearnedIpRange` is a sealed class that inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.Compute.V1` namespace and is contained within the `Google.Cloud.Compute.V1.dll` assembly."],["It includes two constructors, a parameterless one, and one that takes another `RouterBgpPeerCustomLearnedIpRange` object as input."],["The class contains the properties `HasRange` which is a boolean representing whether the range field is set and `Range` which is a string representing a custom learned route IP address range that must be a valid CIDR-formatted prefix."]]],[]]