pulp_deb_client 2.10.1 → 2.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentGenericContentsApi.md +10 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +14 -14
  5. data/docs/ContentInstallerPackagesApi.md +40 -40
  6. data/docs/ContentPackageIndicesApi.md +14 -14
  7. data/docs/ContentPackageReleaseComponentsApi.md +10 -10
  8. data/docs/ContentPackagesApi.md +42 -42
  9. data/docs/ContentReleaseArchitecturesApi.md +10 -10
  10. data/docs/ContentReleaseComponentsApi.md +10 -10
  11. data/docs/ContentReleaseFilesApi.md +14 -14
  12. data/docs/ContentReleasesApi.md +12 -12
  13. data/docs/DebAptRemote.md +7 -1
  14. data/docs/DebAptRemoteResponse.md +3 -7
  15. data/docs/DistributionsAptApi.md +20 -20
  16. data/docs/PatcheddebAptRemote.md +7 -1
  17. data/docs/PublicationsAptApi.md +14 -14
  18. data/docs/PublicationsVerbatimApi.md +14 -14
  19. data/docs/RemotesAptApi.md +24 -24
  20. data/docs/RepositoriesAptApi.md +12 -12
  21. data/docs/RepositoriesDebVersionsApi.md +28 -28
  22. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  23. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  24. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +51 -43
  25. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  26. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  27. data/lib/pulp_deb_client/api/content_packages_api.rb +53 -45
  28. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  29. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  30. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  31. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  32. data/lib/pulp_deb_client/api/distributions_apt_api.rb +22 -22
  33. data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
  34. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
  35. data/lib/pulp_deb_client/api/remotes_apt_api.rb +26 -26
  36. data/lib/pulp_deb_client/api/repositories_apt_api.rb +13 -13
  37. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +50 -30
  38. data/lib/pulp_deb_client/models/deb_apt_remote.rb +36 -2
  39. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +14 -35
  40. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +36 -2
  41. data/lib/pulp_deb_client/version.rb +1 -1
  42. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  43. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  44. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  45. data/spec/api/content_package_indices_api_spec.rb +7 -7
  46. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  47. data/spec/api/content_packages_api_spec.rb +21 -21
  48. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  49. data/spec/api/content_release_components_api_spec.rb +5 -5
  50. data/spec/api/content_release_files_api_spec.rb +7 -7
  51. data/spec/api/content_releases_api_spec.rb +6 -6
  52. data/spec/api/distributions_apt_api_spec.rb +10 -10
  53. data/spec/api/publications_apt_api_spec.rb +7 -7
  54. data/spec/api/publications_verbatim_api_spec.rb +7 -7
  55. data/spec/api/remotes_apt_api_spec.rb +12 -12
  56. data/spec/api/repositories_apt_api_spec.rb +6 -6
  57. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  58. data/spec/models/deb_apt_remote_response_spec.rb +6 -18
  59. data/spec/models/deb_apt_remote_spec.rb +18 -0
  60. data/spec/models/patcheddeb_apt_remote_spec.rb +18 -0
  61. metadata +56 -56
@@ -85,23 +85,23 @@ module PulpDebClient
85
85
  # An AptRepositoryVersion represents a single APT repository version as stored by Pulp. It may be used as the basis for the creation of Pulp distributions in order to actually serve the content contained within the repository version.
86
86
  # @param deb_apt_repository_href [String]
87
87
  # @param [Hash] opts the optional parameters
88
- # @option opts [String] :content content
89
- # @option opts [String] :content__in content__in
88
+ # @option opts [String] :content Content Unit referenced by HREF
89
+ # @option opts [String] :content__in Content Unit referenced by HREF
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
- # @option opts [String] :number number
92
- # @option opts [String] :number__gt number__gt
93
- # @option opts [String] :number__gte number__gte
94
- # @option opts [String] :number__lt number__lt
95
- # @option opts [String] :number__lte number__lte
96
- # @option opts [String] :number__range number__range
91
+ # @option opts [Integer] :number
92
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
93
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
94
+ # @option opts [Integer] :number__lt Filter results where number is less than value
95
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
96
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
97
97
  # @option opts [Integer] :offset The initial index from which to return the results.
98
98
  # @option opts [String] :ordering Which field to use when ordering the results.
99
- # @option opts [String] :pulp_created pulp_created
100
- # @option opts [String] :pulp_created__gt pulp_created__gt
101
- # @option opts [String] :pulp_created__gte pulp_created__gte
102
- # @option opts [String] :pulp_created__lt pulp_created__lt
103
- # @option opts [String] :pulp_created__lte pulp_created__lte
104
- # @option opts [String] :pulp_created__range pulp_created__range
99
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
100
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
101
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
102
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
103
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
104
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
105
105
  # @option opts [String] :fields A list of fields to include in the response.
106
106
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [PaginatedRepositoryVersionResponseList]
@@ -114,23 +114,23 @@ module PulpDebClient
114
114
  # An AptRepositoryVersion represents a single APT repository version as stored by Pulp. It may be used as the basis for the creation of Pulp distributions in order to actually serve the content contained within the repository version.
115
115
  # @param deb_apt_repository_href [String]
116
116
  # @param [Hash] opts the optional parameters
117
- # @option opts [String] :content content
118
- # @option opts [String] :content__in content__in
117
+ # @option opts [String] :content Content Unit referenced by HREF
118
+ # @option opts [String] :content__in Content Unit referenced by HREF
119
119
  # @option opts [Integer] :limit Number of results to return per page.
120
- # @option opts [String] :number number
121
- # @option opts [String] :number__gt number__gt
122
- # @option opts [String] :number__gte number__gte
123
- # @option opts [String] :number__lt number__lt
124
- # @option opts [String] :number__lte number__lte
125
- # @option opts [String] :number__range number__range
120
+ # @option opts [Integer] :number
121
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
122
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
123
+ # @option opts [Integer] :number__lt Filter results where number is less than value
124
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
125
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
126
126
  # @option opts [Integer] :offset The initial index from which to return the results.
127
127
  # @option opts [String] :ordering Which field to use when ordering the results.
128
- # @option opts [String] :pulp_created pulp_created
129
- # @option opts [String] :pulp_created__gt pulp_created__gt
130
- # @option opts [String] :pulp_created__gte pulp_created__gte
131
- # @option opts [String] :pulp_created__lt pulp_created__lt
132
- # @option opts [String] :pulp_created__lte pulp_created__lte
133
- # @option opts [String] :pulp_created__range pulp_created__range
128
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
129
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
130
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
131
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
132
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
133
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
134
134
  # @option opts [String] :fields A list of fields to include in the response.
135
135
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
136
136
  # @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
@@ -142,6 +142,26 @@ module PulpDebClient
142
142
  if @api_client.config.client_side_validation && deb_apt_repository_href.nil?
143
143
  fail ArgumentError, "Missing the required parameter 'deb_apt_repository_href' when calling RepositoriesDebVersionsApi.list"
144
144
  end
145
+ if @api_client.config.client_side_validation && !opts[:'number'].nil? && opts[:'number'] > 2147483647
146
+ fail ArgumentError, 'invalid value for "opts[:"number"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
147
+ end
148
+
149
+ if @api_client.config.client_side_validation && !opts[:'number__gt'].nil? && opts[:'number__gt'] > 2147483647
150
+ fail ArgumentError, 'invalid value for "opts[:"number__gt"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
151
+ end
152
+
153
+ if @api_client.config.client_side_validation && !opts[:'number__gte'].nil? && opts[:'number__gte'] > 2147483647
154
+ fail ArgumentError, 'invalid value for "opts[:"number__gte"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
155
+ end
156
+
157
+ if @api_client.config.client_side_validation && !opts[:'number__lt'].nil? && opts[:'number__lt'] > 2147483647
158
+ fail ArgumentError, 'invalid value for "opts[:"number__lt"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
159
+ end
160
+
161
+ if @api_client.config.client_side_validation && !opts[:'number__lte'].nil? && opts[:'number__lte'] > 2147483647
162
+ fail ArgumentError, 'invalid value for "opts[:"number__lte"]" when calling RepositoriesDebVersionsApi.list, must be smaller than or equal to 2147483647.'
163
+ end
164
+
145
165
  # resource path
146
166
  local_var_path = '{deb_apt_repository_href}versions/'.sub('{' + 'deb_apt_repository_href' + '}', CGI.escape(deb_apt_repository_href.to_s).gsub('%2F', '/'))
147
167
 
@@ -155,7 +175,7 @@ module PulpDebClient
155
175
  query_params[:'number__gte'] = opts[:'number__gte'] if !opts[:'number__gte'].nil?
156
176
  query_params[:'number__lt'] = opts[:'number__lt'] if !opts[:'number__lt'].nil?
157
177
  query_params[:'number__lte'] = opts[:'number__lte'] if !opts[:'number__lte'].nil?
158
- query_params[:'number__range'] = opts[:'number__range'] if !opts[:'number__range'].nil?
178
+ query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
159
179
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
160
180
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
161
181
  query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
@@ -163,7 +183,7 @@ module PulpDebClient
163
183
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
164
184
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
165
185
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
166
- query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
186
+ query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
167
187
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
168
188
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
169
189
 
@@ -33,9 +33,15 @@ module PulpDebClient
33
33
  # If True, TLS peer validation must be performed.
34
34
  attr_accessor :tls_validation
35
35
 
36
- # The proxy URL. Format: scheme://user:password@host:port
36
+ # The proxy URL. Format: scheme://host:port
37
37
  attr_accessor :proxy_url
38
38
 
39
+ # The username to authenticte to the proxy.
40
+ attr_accessor :proxy_username
41
+
42
+ # The password to authenticte to the proxy.
43
+ attr_accessor :proxy_password
44
+
39
45
  # The username to be used for authentication when syncing.
40
46
  attr_accessor :username
41
47
 
@@ -62,6 +68,9 @@ module PulpDebClient
62
68
  # aiohttp.ClientTimeout.sock_read (q.v.) for download-connections.
63
69
  attr_accessor :sock_read_timeout
64
70
 
71
+ # Headers for aiohttp.Clientsession
72
+ attr_accessor :headers
73
+
65
74
  # Limits total download rate in requests per second
66
75
  attr_accessor :rate_limit
67
76
 
@@ -99,6 +108,8 @@ module PulpDebClient
99
108
  :'client_key' => :'client_key',
100
109
  :'tls_validation' => :'tls_validation',
101
110
  :'proxy_url' => :'proxy_url',
111
+ :'proxy_username' => :'proxy_username',
112
+ :'proxy_password' => :'proxy_password',
102
113
  :'username' => :'username',
103
114
  :'password' => :'password',
104
115
  :'pulp_labels' => :'pulp_labels',
@@ -108,6 +119,7 @@ module PulpDebClient
108
119
  :'connect_timeout' => :'connect_timeout',
109
120
  :'sock_connect_timeout' => :'sock_connect_timeout',
110
121
  :'sock_read_timeout' => :'sock_read_timeout',
122
+ :'headers' => :'headers',
111
123
  :'rate_limit' => :'rate_limit',
112
124
  :'distributions' => :'distributions',
113
125
  :'components' => :'components',
@@ -130,6 +142,8 @@ module PulpDebClient
130
142
  :'client_key' => :'String',
131
143
  :'tls_validation' => :'Boolean',
132
144
  :'proxy_url' => :'String',
145
+ :'proxy_username' => :'String',
146
+ :'proxy_password' => :'String',
133
147
  :'username' => :'String',
134
148
  :'password' => :'String',
135
149
  :'pulp_labels' => :'Object',
@@ -139,6 +153,7 @@ module PulpDebClient
139
153
  :'connect_timeout' => :'Float',
140
154
  :'sock_connect_timeout' => :'Float',
141
155
  :'sock_read_timeout' => :'Float',
156
+ :'headers' => :'Array<Object>',
142
157
  :'rate_limit' => :'Integer',
143
158
  :'distributions' => :'String',
144
159
  :'components' => :'String',
@@ -158,6 +173,8 @@ module PulpDebClient
158
173
  :'client_cert',
159
174
  :'client_key',
160
175
  :'proxy_url',
176
+ :'proxy_username',
177
+ :'proxy_password',
161
178
  :'username',
162
179
  :'password',
163
180
  :'total_timeout',
@@ -214,6 +231,14 @@ module PulpDebClient
214
231
  self.proxy_url = attributes[:'proxy_url']
215
232
  end
216
233
 
234
+ if attributes.key?(:'proxy_username')
235
+ self.proxy_username = attributes[:'proxy_username']
236
+ end
237
+
238
+ if attributes.key?(:'proxy_password')
239
+ self.proxy_password = attributes[:'proxy_password']
240
+ end
241
+
217
242
  if attributes.key?(:'username')
218
243
  self.username = attributes[:'username']
219
244
  end
@@ -250,6 +275,12 @@ module PulpDebClient
250
275
  self.sock_read_timeout = attributes[:'sock_read_timeout']
251
276
  end
252
277
 
278
+ if attributes.key?(:'headers')
279
+ if (value = attributes[:'headers']).is_a?(Array)
280
+ self.headers = value
281
+ end
282
+ end
283
+
253
284
  if attributes.key?(:'rate_limit')
254
285
  self.rate_limit = attributes[:'rate_limit']
255
286
  end
@@ -402,6 +433,8 @@ module PulpDebClient
402
433
  client_key == o.client_key &&
403
434
  tls_validation == o.tls_validation &&
404
435
  proxy_url == o.proxy_url &&
436
+ proxy_username == o.proxy_username &&
437
+ proxy_password == o.proxy_password &&
405
438
  username == o.username &&
406
439
  password == o.password &&
407
440
  pulp_labels == o.pulp_labels &&
@@ -411,6 +444,7 @@ module PulpDebClient
411
444
  connect_timeout == o.connect_timeout &&
412
445
  sock_connect_timeout == o.sock_connect_timeout &&
413
446
  sock_read_timeout == o.sock_read_timeout &&
447
+ headers == o.headers &&
414
448
  rate_limit == o.rate_limit &&
415
449
  distributions == o.distributions &&
416
450
  components == o.components &&
@@ -431,7 +465,7 @@ module PulpDebClient
431
465
  # Calculates hash code according to all attributes.
432
466
  # @return [Integer] Hash code
433
467
  def hash
434
- [name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_labels, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
468
+ [name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, proxy_username, proxy_password, username, password, pulp_labels, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
435
469
  end
436
470
 
437
471
  # Builds the object from hash
@@ -32,21 +32,12 @@ module PulpDebClient
32
32
  # A PEM encoded client certificate used for authentication.
33
33
  attr_accessor :client_cert
34
34
 
35
- # A PEM encoded private key used for authentication.
36
- attr_accessor :client_key
37
-
38
35
  # If True, TLS peer validation must be performed.
39
36
  attr_accessor :tls_validation
40
37
 
41
- # The proxy URL. Format: scheme://user:password@host:port
38
+ # The proxy URL. Format: scheme://host:port
42
39
  attr_accessor :proxy_url
43
40
 
44
- # The username to be used for authentication when syncing.
45
- attr_accessor :username
46
-
47
- # The password to be used for authentication when syncing.
48
- attr_accessor :password
49
-
50
41
  attr_accessor :pulp_labels
51
42
 
52
43
  # Timestamp of the most recent update of the remote.
@@ -70,6 +61,9 @@ module PulpDebClient
70
61
  # aiohttp.ClientTimeout.sock_read (q.v.) for download-connections.
71
62
  attr_accessor :sock_read_timeout
72
63
 
64
+ # Headers for aiohttp.Clientsession
65
+ attr_accessor :headers
66
+
73
67
  # Limits total download rate in requests per second
74
68
  attr_accessor :rate_limit
75
69
 
@@ -106,11 +100,8 @@ module PulpDebClient
106
100
  :'url' => :'url',
107
101
  :'ca_cert' => :'ca_cert',
108
102
  :'client_cert' => :'client_cert',
109
- :'client_key' => :'client_key',
110
103
  :'tls_validation' => :'tls_validation',
111
104
  :'proxy_url' => :'proxy_url',
112
- :'username' => :'username',
113
- :'password' => :'password',
114
105
  :'pulp_labels' => :'pulp_labels',
115
106
  :'pulp_last_updated' => :'pulp_last_updated',
116
107
  :'download_concurrency' => :'download_concurrency',
@@ -119,6 +110,7 @@ module PulpDebClient
119
110
  :'connect_timeout' => :'connect_timeout',
120
111
  :'sock_connect_timeout' => :'sock_connect_timeout',
121
112
  :'sock_read_timeout' => :'sock_read_timeout',
113
+ :'headers' => :'headers',
122
114
  :'rate_limit' => :'rate_limit',
123
115
  :'distributions' => :'distributions',
124
116
  :'components' => :'components',
@@ -140,11 +132,8 @@ module PulpDebClient
140
132
  :'url' => :'String',
141
133
  :'ca_cert' => :'String',
142
134
  :'client_cert' => :'String',
143
- :'client_key' => :'String',
144
135
  :'tls_validation' => :'Boolean',
145
136
  :'proxy_url' => :'String',
146
- :'username' => :'String',
147
- :'password' => :'String',
148
137
  :'pulp_labels' => :'Object',
149
138
  :'pulp_last_updated' => :'DateTime',
150
139
  :'download_concurrency' => :'Integer',
@@ -153,6 +142,7 @@ module PulpDebClient
153
142
  :'connect_timeout' => :'Float',
154
143
  :'sock_connect_timeout' => :'Float',
155
144
  :'sock_read_timeout' => :'Float',
145
+ :'headers' => :'Array<Object>',
156
146
  :'rate_limit' => :'Integer',
157
147
  :'distributions' => :'String',
158
148
  :'components' => :'String',
@@ -170,10 +160,7 @@ module PulpDebClient
170
160
  Set.new([
171
161
  :'ca_cert',
172
162
  :'client_cert',
173
- :'client_key',
174
163
  :'proxy_url',
175
- :'username',
176
- :'password',
177
164
  :'total_timeout',
178
165
  :'connect_timeout',
179
166
  :'sock_connect_timeout',
@@ -224,10 +211,6 @@ module PulpDebClient
224
211
  self.client_cert = attributes[:'client_cert']
225
212
  end
226
213
 
227
- if attributes.key?(:'client_key')
228
- self.client_key = attributes[:'client_key']
229
- end
230
-
231
214
  if attributes.key?(:'tls_validation')
232
215
  self.tls_validation = attributes[:'tls_validation']
233
216
  end
@@ -236,14 +219,6 @@ module PulpDebClient
236
219
  self.proxy_url = attributes[:'proxy_url']
237
220
  end
238
221
 
239
- if attributes.key?(:'username')
240
- self.username = attributes[:'username']
241
- end
242
-
243
- if attributes.key?(:'password')
244
- self.password = attributes[:'password']
245
- end
246
-
247
222
  if attributes.key?(:'pulp_labels')
248
223
  self.pulp_labels = attributes[:'pulp_labels']
249
224
  end
@@ -276,6 +251,12 @@ module PulpDebClient
276
251
  self.sock_read_timeout = attributes[:'sock_read_timeout']
277
252
  end
278
253
 
254
+ if attributes.key?(:'headers')
255
+ if (value = attributes[:'headers']).is_a?(Array)
256
+ self.headers = value
257
+ end
258
+ end
259
+
279
260
  if attributes.key?(:'rate_limit')
280
261
  self.rate_limit = attributes[:'rate_limit']
281
262
  end
@@ -427,11 +408,8 @@ module PulpDebClient
427
408
  url == o.url &&
428
409
  ca_cert == o.ca_cert &&
429
410
  client_cert == o.client_cert &&
430
- client_key == o.client_key &&
431
411
  tls_validation == o.tls_validation &&
432
412
  proxy_url == o.proxy_url &&
433
- username == o.username &&
434
- password == o.password &&
435
413
  pulp_labels == o.pulp_labels &&
436
414
  pulp_last_updated == o.pulp_last_updated &&
437
415
  download_concurrency == o.download_concurrency &&
@@ -440,6 +418,7 @@ module PulpDebClient
440
418
  connect_timeout == o.connect_timeout &&
441
419
  sock_connect_timeout == o.sock_connect_timeout &&
442
420
  sock_read_timeout == o.sock_read_timeout &&
421
+ headers == o.headers &&
443
422
  rate_limit == o.rate_limit &&
444
423
  distributions == o.distributions &&
445
424
  components == o.components &&
@@ -460,7 +439,7 @@ module PulpDebClient
460
439
  # Calculates hash code according to all attributes.
461
440
  # @return [Integer] Hash code
462
441
  def hash
463
- [pulp_href, pulp_created, name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_labels, pulp_last_updated, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
442
+ [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
464
443
  end
465
444
 
466
445
  # Builds the object from hash
@@ -33,9 +33,15 @@ module PulpDebClient
33
33
  # If True, TLS peer validation must be performed.
34
34
  attr_accessor :tls_validation
35
35
 
36
- # The proxy URL. Format: scheme://user:password@host:port
36
+ # The proxy URL. Format: scheme://host:port
37
37
  attr_accessor :proxy_url
38
38
 
39
+ # The username to authenticte to the proxy.
40
+ attr_accessor :proxy_username
41
+
42
+ # The password to authenticte to the proxy.
43
+ attr_accessor :proxy_password
44
+
39
45
  # The username to be used for authentication when syncing.
40
46
  attr_accessor :username
41
47
 
@@ -62,6 +68,9 @@ module PulpDebClient
62
68
  # aiohttp.ClientTimeout.sock_read (q.v.) for download-connections.
63
69
  attr_accessor :sock_read_timeout
64
70
 
71
+ # Headers for aiohttp.Clientsession
72
+ attr_accessor :headers
73
+
65
74
  # Limits total download rate in requests per second
66
75
  attr_accessor :rate_limit
67
76
 
@@ -99,6 +108,8 @@ module PulpDebClient
99
108
  :'client_key' => :'client_key',
100
109
  :'tls_validation' => :'tls_validation',
101
110
  :'proxy_url' => :'proxy_url',
111
+ :'proxy_username' => :'proxy_username',
112
+ :'proxy_password' => :'proxy_password',
102
113
  :'username' => :'username',
103
114
  :'password' => :'password',
104
115
  :'pulp_labels' => :'pulp_labels',
@@ -108,6 +119,7 @@ module PulpDebClient
108
119
  :'connect_timeout' => :'connect_timeout',
109
120
  :'sock_connect_timeout' => :'sock_connect_timeout',
110
121
  :'sock_read_timeout' => :'sock_read_timeout',
122
+ :'headers' => :'headers',
111
123
  :'rate_limit' => :'rate_limit',
112
124
  :'distributions' => :'distributions',
113
125
  :'components' => :'components',
@@ -130,6 +142,8 @@ module PulpDebClient
130
142
  :'client_key' => :'String',
131
143
  :'tls_validation' => :'Boolean',
132
144
  :'proxy_url' => :'String',
145
+ :'proxy_username' => :'String',
146
+ :'proxy_password' => :'String',
133
147
  :'username' => :'String',
134
148
  :'password' => :'String',
135
149
  :'pulp_labels' => :'Object',
@@ -139,6 +153,7 @@ module PulpDebClient
139
153
  :'connect_timeout' => :'Float',
140
154
  :'sock_connect_timeout' => :'Float',
141
155
  :'sock_read_timeout' => :'Float',
156
+ :'headers' => :'Array<Object>',
142
157
  :'rate_limit' => :'Integer',
143
158
  :'distributions' => :'String',
144
159
  :'components' => :'String',
@@ -158,6 +173,8 @@ module PulpDebClient
158
173
  :'client_cert',
159
174
  :'client_key',
160
175
  :'proxy_url',
176
+ :'proxy_username',
177
+ :'proxy_password',
161
178
  :'username',
162
179
  :'password',
163
180
  :'total_timeout',
@@ -214,6 +231,14 @@ module PulpDebClient
214
231
  self.proxy_url = attributes[:'proxy_url']
215
232
  end
216
233
 
234
+ if attributes.key?(:'proxy_username')
235
+ self.proxy_username = attributes[:'proxy_username']
236
+ end
237
+
238
+ if attributes.key?(:'proxy_password')
239
+ self.proxy_password = attributes[:'proxy_password']
240
+ end
241
+
217
242
  if attributes.key?(:'username')
218
243
  self.username = attributes[:'username']
219
244
  end
@@ -250,6 +275,12 @@ module PulpDebClient
250
275
  self.sock_read_timeout = attributes[:'sock_read_timeout']
251
276
  end
252
277
 
278
+ if attributes.key?(:'headers')
279
+ if (value = attributes[:'headers']).is_a?(Array)
280
+ self.headers = value
281
+ end
282
+ end
283
+
253
284
  if attributes.key?(:'rate_limit')
254
285
  self.rate_limit = attributes[:'rate_limit']
255
286
  end
@@ -387,6 +418,8 @@ module PulpDebClient
387
418
  client_key == o.client_key &&
388
419
  tls_validation == o.tls_validation &&
389
420
  proxy_url == o.proxy_url &&
421
+ proxy_username == o.proxy_username &&
422
+ proxy_password == o.proxy_password &&
390
423
  username == o.username &&
391
424
  password == o.password &&
392
425
  pulp_labels == o.pulp_labels &&
@@ -396,6 +429,7 @@ module PulpDebClient
396
429
  connect_timeout == o.connect_timeout &&
397
430
  sock_connect_timeout == o.sock_connect_timeout &&
398
431
  sock_read_timeout == o.sock_read_timeout &&
432
+ headers == o.headers &&
399
433
  rate_limit == o.rate_limit &&
400
434
  distributions == o.distributions &&
401
435
  components == o.components &&
@@ -416,7 +450,7 @@ module PulpDebClient
416
450
  # Calculates hash code according to all attributes.
417
451
  # @return [Integer] Hash code
418
452
  def hash
419
- [name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, pulp_labels, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
453
+ [name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, proxy_username, proxy_password, username, password, pulp_labels, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
420
454
  end
421
455
 
422
456
  # Builds the object from hash