class Google::Apis::ComposerV1beta1::WebServerNetworkAccessControl
Network-level access control policy for the Airflow web server. Supported for Cloud Composer environments in versions composer-1..-airflow-..*.
Attributes
allowed_ip_ranges[RW]
A collection of allowed IP ranges with descriptions. Corresponds to the JSON property `allowedIpRanges` @return [Array<Google::Apis::ComposerV1beta1::AllowedIpRange>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/composer_v1beta1/classes.rb, line 1259 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/composer_v1beta1/classes.rb, line 1264 def update!(**args) @allowed_ip_ranges = args[:allowed_ip_ranges] if args.key?(:allowed_ip_ranges) end