public sealed class AllowedIpRange : IMessage<WebServerNetworkAccessControl.Types.AllowedIpRange>, IEquatable<WebServerNetworkAccessControl.Types.AllowedIpRange>, IDeepCloneable<WebServerNetworkAccessControl.Types.AllowedIpRange>, IBufferMessage, IMessage
IP address or range, defined using CIDR notation, of requests that this
rule applies to.
Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32
or 2001:0db8:0000:0042:0000:8a2e:0370:7334.
IP range prefixes should be properly truncated. For example,
1.2.3.4/24 should be truncated to 1.2.3.0/24. Similarly, for IPv6,
2001:db8::1/32 should be truncated to 2001:db8::/32.
[[["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 document outlines the `AllowedIpRange` class, which is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace within the Google Cloud .NET library, used for defining network access control for web servers."],["The `AllowedIpRange` class allows for the specification of an IP address or range using CIDR notation and a user-provided description."],["The latest version available in this document is 2.9.0, with multiple prior versions listed for reference, going as far back as version 1.0.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which allow for message processing, comparison, cloning, and buffer handling."],["It includes two constructors, one default and another taking an `AllowedIpRange` object for copying, along with two main properties: `Description` (a string limited to 300 characters) and `Value` (a string specifying the IP or CIDR range)."]]],[]]