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."],[[["This webpage details the `RouterBgpPeerCustomLearnedIpRange` class, part of the `Google.Cloud.Compute.V1` namespace in the .NET library, version 2.14.0."],["The `RouterBgpPeerCustomLearnedIpRange` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The class has two constructors: a default constructor and a copy constructor that takes another `RouterBgpPeerCustomLearnedIpRange` object as input."],["The class includes properties like `HasRange` to check if the `Range` field is set, and `Range` which allows the setting or getting of the custom learned route IP address range in CIDR format."],["The page also lists previous versions of the class documentation, from 1.0.0 up to the latest version 3.6.0, allowing access to prior versions as needed."]]],[]]