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 represents a custom learned route IP address range in the Google Cloud Compute API."],["Version 3.6.0 is the latest version, and multiple prior versions are documented, ranging from 1.0.0 to 3.5.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RouterBgpPeerCustomLearnedIpRange` class includes properties for managing the IP range, such as `HasRange` and `Range`, with the latter requiring a valid CIDR-formatted prefix."],["The documentation includes constructors for creating instances of `RouterBgpPeerCustomLearnedIpRange` and details about its inheritance and implemented members."]]],[]]