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-04-09 UTC."],[[["The `RouterBgpPeerCustomLearnedIpRange` class is part of the `Google.Cloud.Compute.V1` namespace, specifically within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version available is 3.6.0, while the page's content specifically documents version 3.3.0 of the `RouterBgpPeerCustomLearnedIpRange` class."],["This class has two constructors: a default constructor `RouterBgpPeerCustomLearnedIpRange()` and a copy constructor `RouterBgpPeerCustomLearnedIpRange(RouterBgpPeerCustomLearnedIpRange other)`."],["The class contains two properties: HasRange which checks if the \"range\" field is set, and Range, which sets and returns the custom learned route IP address range using CIDR formatting."]]],[]]