public sealed class WebServerNetworkAccessControl : IMessage<WebServerNetworkAccessControl>, IEquatable<WebServerNetworkAccessControl>, IDeepCloneable<WebServerNetworkAccessControl>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class WebServerNetworkAccessControl.
Network-level access control policy for the Airflow web server.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `WebServerNetworkAccessControl` class within the Google Cloud Composer v1 API, specifically detailing its structure, implementation, and inheritance."],["The `WebServerNetworkAccessControl` class is a sealed class designed to manage network-level access control policies for the Airflow web server."],["It includes a property named `AllowedIpRanges`, which is a collection of allowed IP ranges with descriptions, represented by the `RepeatedField\u003cWebServerNetworkAccessControl.Types.AllowedIpRange\u003e` type."],["This class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is available in multiple versions, ranging from 1.0.0 to the latest 2.9.0, as listed on the page, each with dedicated documentation."],["The class has several constructors: `WebServerNetworkAccessControl()` and `WebServerNetworkAccessControl(WebServerNetworkAccessControl other)`, with the second one allowing for an `other` parameter, referencing another `WebServerNetworkAccessControl` instance."]]],[]]