public sealed class WebServerNetworkAccessControl : IMessage<WebServerNetworkAccessControl>, IEquatable<WebServerNetworkAccessControl>, IDeepCloneable<WebServerNetworkAccessControl>, IBufferMessage, IMessage
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, part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, provides network-level access control for the Airflow web server."],["This class is available in multiple versions, from 1.0.0 up to the latest release of 2.9.0, with version 2.0.0 being the context of the provided content."],["It inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WebServerNetworkAccessControl` class includes a property called `AllowedIpRanges`, which allows the definition of a collection of allowed IP ranges with descriptions."],["The class has two constructors, `WebServerNetworkAccessControl()` and `WebServerNetworkAccessControl(WebServerNetworkAccessControl other)`, allowing for the creation of new instances with or without copying the data of another `WebServerNetworkAccessControl` object."]]],[]]