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"]],[["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."],[[["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."]]],[]]