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 webpage provides documentation for the `RouterBgpPeerCustomLearnedIpRange` class within the `Google.Cloud.Compute.V1` namespace."],["This class represents a custom learned route IP address range for a router BGP peer, and it includes details on the latest version (3.6.0) as well as past versions."],["The `RouterBgpPeerCustomLearnedIpRange` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and one that takes another `RouterBgpPeerCustomLearnedIpRange` instance for cloning, and it also includes properties such as `HasRange` (a boolean indicating if the range is set) and `Range` (a string representing the CIDR-formatted IP address range)."],["Each version listed has a specific page related to the `RouterBgpPeerCustomLearnedIpRange` class in `Google.Cloud.Compute.V1`."]]],[]]