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."],[[["This webpage details the `RouterBgpPeerCustomLearnedIpRange` class, a component within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.5.0 of the .NET library."],["The latest version of this class is accessible at version 3.6.0, and the page lists all previous versions of `RouterBgpPeerCustomLearnedIpRange` with links to the related documentation, starting at 1.0.0."],["`RouterBgpPeerCustomLearnedIpRange` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing data and message handling."],["The class features two constructors and properties such as `HasRange` and `Range`, which are used to define and manage custom learned route IP address ranges."]]],[]]