File tree Expand file tree Collapse file tree
google-cloud-storage/lib/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1439,7 +1439,7 @@ def ip_filter
14391439 #
14401440 # @param [Google::Apis::StorageV1::Bucket::IpFilter, Hash] new_ip_filter The bucket's new IP filter.
14411441 # Acceptable Hash structure:
1442- # - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enforced", "Preview "
1442+ # - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enabled "
14431443 # - :public_network_source - [Hash] The public network source configuration:
14441444 # - :allowed_ip_cidr_ranges - [Array<String>] Array of IP CIDR ranges allowed for public access.
14451445 # - :vpc_network_sources - [Array<Hash>] The VPC network sources configuration:
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ def bucket bucket_name,
428428 # Acceptable values are:
429429 # - {Google::Apis::StorageV1::Bucket::IpFilter} object
430430 # - Hash that can be converted to a {Google::Apis::StorageV1::Bucket::IpFilter} object
431- # - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enforced", "Preview "
431+ # - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enabled "
432432 # - :public_network_source - [Hash] The public network source configuration:
433433 # - :allowed_ip_cidr_ranges - [Array<String>] Array of IP CIDR ranges allowed for public access.
434434 # - :vpc_network_sources - [Array<Hash>] The VPC network sources configuration:
You can’t perform that action at this time.
0 commit comments