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."],[[["The `WebServerNetworkAccessControl` class in the Google Cloud Composer v1 API provides network-level access control for the Airflow web server."],["This class allows for the specification of allowed IP ranges for web server access, managed through the `AllowedIpRanges` property."],["The latest version of the `WebServerNetworkAccessControl` is 2.9.0, with versions available going back to 1.0.0."],["`WebServerNetworkAccessControl` is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class can be constructed using either a default constructor or by providing another `WebServerNetworkAccessControl` object, allowing for deep cloning."]]],[]]