Class: Google::Apis::ComposerV1::WebServerNetworkAccessControl

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/composer_v1/classes.rb,
lib/google/apis/composer_v1/representations.rb,
lib/google/apis/composer_v1/representations.rb

Overview

Network-level access control policy for the Airflow web server.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WebServerNetworkAccessControl

Returns a new instance of WebServerNetworkAccessControl.



2304
2305
2306
# File 'lib/google/apis/composer_v1/classes.rb', line 2304

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allowed_ip_rangesArray<Google::Apis::ComposerV1::AllowedIpRange>

A collection of allowed IP ranges with descriptions. Corresponds to the JSON property allowedIpRanges



2302
2303
2304
# File 'lib/google/apis/composer_v1/classes.rb', line 2302

def allowed_ip_ranges
  @allowed_ip_ranges
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2309
2310
2311
# File 'lib/google/apis/composer_v1/classes.rb', line 2309

def update!(**args)
  @allowed_ip_ranges = args[:allowed_ip_ranges] if args.key?(:allowed_ip_ranges)
end