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-21 UTC."],[[["This webpage details the `RouterBgpPeerCustomLearnedIpRange` class, part of the Google Cloud Compute V1 library, with version 2.12.0 being the current version displayed."],["The `RouterBgpPeerCustomLearnedIpRange` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides functionalities like getting the hash code, type, and string representation of an object, along with additional implemented interfaces."],["The class has two constructors: a default constructor `RouterBgpPeerCustomLearnedIpRange()` and a copy constructor `RouterBgpPeerCustomLearnedIpRange(RouterBgpPeerCustomLearnedIpRange other)`."],["Key properties of the class include `HasRange`, which indicates whether the \"range\" field is set, and `Range`, a string property for specifying a custom learned route IP address range in CIDR format."]]],[]]