public sealed class AllowedIpRange : IMessage<WebServerNetworkAccessControl.Types.AllowedIpRange>, IEquatable<WebServerNetworkAccessControl.Types.AllowedIpRange>, IDeepCloneable<WebServerNetworkAccessControl.Types.AllowedIpRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class WebServerNetworkAccessControl.Types.AllowedIpRange.
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 documentation covers the `AllowedIpRange` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, used for defining allowed IP ranges for web server network access control in Cloud Composer v1 API."],["The `AllowedIpRange` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, comparison, and cloning."],["It offers two constructors: a default one and another that accepts another `AllowedIpRange` object for creating a new instance based on the provided object."],["The class has two primary properties: `Description`, which is a string for an optional user-provided description limited to 300 characters, and `Value`, a string representing the IP address or range using CIDR notation."],["The documentation provides links to different versions, including the latest 2.9.0 version and earlier ones, such as 2.8.0, 2.7.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0."]]],[]]