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` namespace in the Google Cloud .NET library."],["The class `RouterBgpPeerCustomLearnedIpRange` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.6.0, and there are numerous documented versions available, spanning from 1.0.0 to the latest, in addition to version 2.10.0."],["It provides two constructors: a default one and one that takes another `RouterBgpPeerCustomLearnedIpRange` object as a parameter for copying."],["The class has properties to manage IP address ranges, including `HasRange` to check if the \"range\" field is set and `Range` to set and get the custom learned route IP address range."]]],[]]