class Google::Apis::ComposerV1::WebServerNetworkAccessControl
Network-level access control policy for the Airflow web server.
Attributes
allowed_ip_ranges[RW]
A collection of allowed IP ranges with descriptions. Corresponds to the JSON property `allowedIpRanges` @return [Array<Google::Apis::ComposerV1::AllowedIpRange>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/composer_v1/classes.rb, line 1014 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_v1/classes.rb, line 1019 def update!(**args) @allowed_ip_ranges = args[:allowed_ip_ranges] if args.key?(:allowed_ip_ranges) end