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 provides reference information for the `AllowedIpRange` class within the Cloud Composer v1 API, specifically for the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["The `AllowedIpRange` class is used to define an allowed IP range with a user-provided description, which is part of the `WebServerNetworkAccessControl` functionality, and supports IPv4 and IPv6 addresses or ranges."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for the class, the default constructor `AllowedIpRange()`, and another constructor, `AllowedIpRange(WebServerNetworkAccessControl.Types.AllowedIpRange other)`, allowing for the creation of a new object instance with information from an already existing one."],["The documentation includes the property `Description` which is a string that can contain a user-provided description of up to 300 characters, and `Value` which holds the IP address or range in CIDR notation."]]],[]]