pulp_deb_client 2.9.2 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) 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/DebAptDistribution.md +2 -0
  14. data/docs/DebAptDistributionResponse.md +2 -0
  15. data/docs/DebAptRemote.md +11 -1
  16. data/docs/DebAptRemoteResponse.md +7 -7
  17. data/docs/DebAptRepository.md +3 -1
  18. data/docs/DebAptRepositoryResponse.md +2 -0
  19. data/docs/DistributionsAptApi.md +20 -12
  20. data/docs/PatcheddebAptDistribution.md +2 -0
  21. data/docs/PatcheddebAptRemote.md +11 -1
  22. data/docs/PatcheddebAptRepository.md +3 -1
  23. data/docs/PublicationsAptApi.md +14 -14
  24. data/docs/PublicationsVerbatimApi.md +14 -14
  25. data/docs/RemotesAptApi.md +24 -16
  26. data/docs/RepositoriesAptApi.md +12 -4
  27. data/docs/RepositoriesDebVersionsApi.md +28 -28
  28. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
  29. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
  30. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +51 -43
  31. data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
  32. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
  33. data/lib/pulp_deb_client/api/content_packages_api.rb +53 -45
  34. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
  35. data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
  36. data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
  37. data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
  38. data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
  39. data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
  40. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
  41. data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
  42. data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
  43. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +50 -30
  44. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +10 -1
  45. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +10 -1
  46. data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
  47. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
  48. data/lib/pulp_deb_client/models/deb_apt_repository.rb +10 -1
  49. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +10 -1
  50. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +10 -1
  51. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
  52. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +10 -1
  53. data/lib/pulp_deb_client/version.rb +1 -1
  54. data/spec/api/content_generic_contents_api_spec.rb +5 -5
  55. data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
  56. data/spec/api/content_installer_packages_api_spec.rb +20 -20
  57. data/spec/api/content_package_indices_api_spec.rb +7 -7
  58. data/spec/api/content_package_release_components_api_spec.rb +5 -5
  59. data/spec/api/content_packages_api_spec.rb +21 -21
  60. data/spec/api/content_release_architectures_api_spec.rb +5 -5
  61. data/spec/api/content_release_components_api_spec.rb +5 -5
  62. data/spec/api/content_release_files_api_spec.rb +7 -7
  63. data/spec/api/content_releases_api_spec.rb +6 -6
  64. data/spec/api/distributions_apt_api_spec.rb +10 -6
  65. data/spec/api/publications_apt_api_spec.rb +7 -7
  66. data/spec/api/publications_verbatim_api_spec.rb +7 -7
  67. data/spec/api/remotes_apt_api_spec.rb +12 -8
  68. data/spec/api/repositories_apt_api_spec.rb +6 -2
  69. data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
  70. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  71. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  72. data/spec/models/deb_apt_remote_response_spec.rb +12 -12
  73. data/spec/models/deb_apt_remote_spec.rb +30 -0
  74. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  75. data/spec/models/deb_apt_repository_spec.rb +6 -0
  76. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  77. data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
  78. data/spec/models/patcheddeb_apt_repository_spec.rb +6 -0
  79. metadata +56 -56
@@ -149,13 +149,13 @@ module PulpDebClient
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
150
  # @option opts [Integer] :offset The initial index from which to return the results.
151
151
  # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :pulp_created pulp_created
153
- # @option opts [String] :pulp_created__gt pulp_created__gt
154
- # @option opts [String] :pulp_created__gte pulp_created__gte
155
- # @option opts [String] :pulp_created__lt pulp_created__lt
156
- # @option opts [String] :pulp_created__lte pulp_created__lte
157
- # @option opts [String] :pulp_created__range pulp_created__range
158
- # @option opts [String] :repository_version repository_version
152
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
153
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
154
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
155
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
156
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
157
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
158
+ # @option opts [String] :repository_version Repository Version referenced by HREF
159
159
  # @option opts [String] :fields A list of fields to include in the response.
160
160
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
161
  # @return [PaginateddebVerbatimPublicationResponseList]
@@ -170,13 +170,13 @@ module PulpDebClient
170
170
  # @option opts [Integer] :limit Number of results to return per page.
171
171
  # @option opts [Integer] :offset The initial index from which to return the results.
172
172
  # @option opts [String] :ordering Which field to use when ordering the results.
173
- # @option opts [String] :pulp_created pulp_created
174
- # @option opts [String] :pulp_created__gt pulp_created__gt
175
- # @option opts [String] :pulp_created__gte pulp_created__gte
176
- # @option opts [String] :pulp_created__lt pulp_created__lt
177
- # @option opts [String] :pulp_created__lte pulp_created__lte
178
- # @option opts [String] :pulp_created__range pulp_created__range
179
- # @option opts [String] :repository_version repository_version
173
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
174
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
175
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
176
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
177
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
178
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
179
+ # @option opts [String] :repository_version Repository Version referenced by HREF
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
182
  # @return [Array<(PaginateddebVerbatimPublicationResponseList, Integer, Hash)>] PaginateddebVerbatimPublicationResponseList data, response status code and response headers
@@ -197,7 +197,7 @@ module PulpDebClient
197
197
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
198
198
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
199
199
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
200
- query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
200
+ query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
201
201
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
202
202
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
203
203
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
@@ -149,16 +149,20 @@ module PulpDebClient
149
149
  # An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name name
153
- # @option opts [String] :name__in name__in
152
+ # @option opts [String] :name
153
+ # @option opts [String] :name__contains Filter results where name contains value
154
+ # @option opts [String] :name__icontains Filter results where name contains value
155
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
+ # @option opts [String] :name__startswith Filter results where name starts with value
154
157
  # @option opts [Integer] :offset The initial index from which to return the results.
155
158
  # @option opts [String] :ordering Which field to use when ordering the results.
156
- # @option opts [String] :pulp_last_updated pulp_last_updated
157
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
158
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
159
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
160
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
161
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
159
+ # @option opts [String] :pulp_label_select Filter labels by search string
160
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
161
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
162
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
163
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
164
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
165
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
162
166
  # @option opts [String] :fields A list of fields to include in the response.
163
167
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
168
  # @return [PaginateddebAptRemoteResponseList]
@@ -171,16 +175,20 @@ module PulpDebClient
171
175
  # An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
172
176
  # @param [Hash] opts the optional parameters
173
177
  # @option opts [Integer] :limit Number of results to return per page.
174
- # @option opts [String] :name name
175
- # @option opts [String] :name__in name__in
178
+ # @option opts [String] :name
179
+ # @option opts [String] :name__contains Filter results where name contains value
180
+ # @option opts [String] :name__icontains Filter results where name contains value
181
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
182
+ # @option opts [String] :name__startswith Filter results where name starts with value
176
183
  # @option opts [Integer] :offset The initial index from which to return the results.
177
184
  # @option opts [String] :ordering Which field to use when ordering the results.
178
- # @option opts [String] :pulp_last_updated pulp_last_updated
179
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
180
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
181
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
182
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
183
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
185
+ # @option opts [String] :pulp_label_select Filter labels by search string
186
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
187
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
188
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
189
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
190
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
191
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
184
192
  # @option opts [String] :fields A list of fields to include in the response.
185
193
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
194
  # @return [Array<(PaginateddebAptRemoteResponseList, Integer, Hash)>] PaginateddebAptRemoteResponseList data, response status code and response headers
@@ -195,15 +203,19 @@ module PulpDebClient
195
203
  query_params = opts[:query_params] || {}
196
204
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
206
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
209
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
199
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
201
213
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
202
214
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
203
215
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
204
216
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
205
217
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
206
- query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
218
+ query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
207
219
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
208
220
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
209
221
 
@@ -149,10 +149,14 @@ module PulpDebClient
149
149
  # An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name name
153
- # @option opts [String] :name__in name__in
152
+ # @option opts [String] :name
153
+ # @option opts [String] :name__contains Filter results where name contains value
154
+ # @option opts [String] :name__icontains Filter results where name contains value
155
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
+ # @option opts [String] :name__startswith Filter results where name starts with value
154
157
  # @option opts [Integer] :offset The initial index from which to return the results.
155
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
+ # @option opts [String] :pulp_label_select Filter labels by search string
156
160
  # @option opts [String] :fields A list of fields to include in the response.
157
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
158
162
  # @return [PaginateddebAptRepositoryResponseList]
@@ -165,10 +169,14 @@ module PulpDebClient
165
169
  # An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
166
170
  # @param [Hash] opts the optional parameters
167
171
  # @option opts [Integer] :limit Number of results to return per page.
168
- # @option opts [String] :name name
169
- # @option opts [String] :name__in name__in
172
+ # @option opts [String] :name
173
+ # @option opts [String] :name__contains Filter results where name contains value
174
+ # @option opts [String] :name__icontains Filter results where name contains value
175
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
176
+ # @option opts [String] :name__startswith Filter results where name starts with value
170
177
  # @option opts [Integer] :offset The initial index from which to return the results.
171
178
  # @option opts [String] :ordering Which field to use when ordering the results.
179
+ # @option opts [String] :pulp_label_select Filter labels by search string
172
180
  # @option opts [String] :fields A list of fields to include in the response.
173
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
174
182
  # @return [Array<(PaginateddebAptRepositoryResponseList, Integer, Hash)>] PaginateddebAptRepositoryResponseList data, response status code and response headers
@@ -183,9 +191,13 @@ module PulpDebClient
183
191
  query_params = opts[:query_params] || {}
184
192
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
185
193
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
186
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
194
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
195
+ query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
196
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
197
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
187
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
188
199
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
200
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
189
201
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
190
202
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
191
203
 
@@ -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
 
@@ -21,6 +21,8 @@ module PulpDebClient
21
21
  # An optional content-guard.
22
22
  attr_accessor :content_guard
23
23
 
24
+ attr_accessor :pulp_labels
25
+
24
26
  # A unique name. Ex, `rawhide` and `stable`.
25
27
  attr_accessor :name
26
28
 
@@ -32,6 +34,7 @@ module PulpDebClient
32
34
  {
33
35
  :'base_path' => :'base_path',
34
36
  :'content_guard' => :'content_guard',
37
+ :'pulp_labels' => :'pulp_labels',
35
38
  :'name' => :'name',
36
39
  :'publication' => :'publication'
37
40
  }
@@ -42,6 +45,7 @@ module PulpDebClient
42
45
  {
43
46
  :'base_path' => :'String',
44
47
  :'content_guard' => :'String',
48
+ :'pulp_labels' => :'Object',
45
49
  :'name' => :'String',
46
50
  :'publication' => :'String'
47
51
  }
@@ -78,6 +82,10 @@ module PulpDebClient
78
82
  self.content_guard = attributes[:'content_guard']
79
83
  end
80
84
 
85
+ if attributes.key?(:'pulp_labels')
86
+ self.pulp_labels = attributes[:'pulp_labels']
87
+ end
88
+
81
89
  if attributes.key?(:'name')
82
90
  self.name = attributes[:'name']
83
91
  end
@@ -117,6 +125,7 @@ module PulpDebClient
117
125
  self.class == o.class &&
118
126
  base_path == o.base_path &&
119
127
  content_guard == o.content_guard &&
128
+ pulp_labels == o.pulp_labels &&
120
129
  name == o.name &&
121
130
  publication == o.publication
122
131
  end
@@ -130,7 +139,7 @@ module PulpDebClient
130
139
  # Calculates hash code according to all attributes.
131
140
  # @return [Integer] Hash code
132
141
  def hash
133
- [base_path, content_guard, name, publication].hash
142
+ [base_path, content_guard, pulp_labels, name, publication].hash
134
143
  end
135
144
 
136
145
  # Builds the object from hash
@@ -29,6 +29,8 @@ module PulpDebClient
29
29
  # An optional content-guard.
30
30
  attr_accessor :content_guard
31
31
 
32
+ attr_accessor :pulp_labels
33
+
32
34
  # A unique name. Ex, `rawhide` and `stable`.
33
35
  attr_accessor :name
34
36
 
@@ -43,6 +45,7 @@ module PulpDebClient
43
45
  :'base_path' => :'base_path',
44
46
  :'base_url' => :'base_url',
45
47
  :'content_guard' => :'content_guard',
48
+ :'pulp_labels' => :'pulp_labels',
46
49
  :'name' => :'name',
47
50
  :'publication' => :'publication'
48
51
  }
@@ -56,6 +59,7 @@ module PulpDebClient
56
59
  :'base_path' => :'String',
57
60
  :'base_url' => :'String',
58
61
  :'content_guard' => :'String',
62
+ :'pulp_labels' => :'Object',
59
63
  :'name' => :'String',
60
64
  :'publication' => :'String'
61
65
  }
@@ -104,6 +108,10 @@ module PulpDebClient
104
108
  self.content_guard = attributes[:'content_guard']
105
109
  end
106
110
 
111
+ if attributes.key?(:'pulp_labels')
112
+ self.pulp_labels = attributes[:'pulp_labels']
113
+ end
114
+
107
115
  if attributes.key?(:'name')
108
116
  self.name = attributes[:'name']
109
117
  end
@@ -146,6 +154,7 @@ module PulpDebClient
146
154
  base_path == o.base_path &&
147
155
  base_url == o.base_url &&
148
156
  content_guard == o.content_guard &&
157
+ pulp_labels == o.pulp_labels &&
149
158
  name == o.name &&
150
159
  publication == o.publication
151
160
  end
@@ -159,7 +168,7 @@ module PulpDebClient
159
168
  # Calculates hash code according to all attributes.
160
169
  # @return [Integer] Hash code
161
170
  def hash
162
- [pulp_href, pulp_created, base_path, base_url, content_guard, name, publication].hash
171
+ [pulp_href, pulp_created, base_path, base_url, content_guard, pulp_labels, name, publication].hash
163
172
  end
164
173
 
165
174
  # Builds the object from hash
@@ -33,15 +33,23 @@ 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
 
42
48
  # The password to be used for authentication when syncing.
43
49
  attr_accessor :password
44
50
 
51
+ attr_accessor :pulp_labels
52
+
45
53
  # Total number of simultaneous connections.
46
54
  attr_accessor :download_concurrency
47
55
 
@@ -60,6 +68,12 @@ module PulpDebClient
60
68
  # aiohttp.ClientTimeout.sock_read (q.v.) for download-connections.
61
69
  attr_accessor :sock_read_timeout
62
70
 
71
+ # Headers for aiohttp.Clientsession
72
+ attr_accessor :headers
73
+
74
+ # Limits total download rate in requests per second
75
+ attr_accessor :rate_limit
76
+
63
77
  # Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax.
64
78
  attr_accessor :distributions
65
79
 
@@ -94,14 +108,19 @@ module PulpDebClient
94
108
  :'client_key' => :'client_key',
95
109
  :'tls_validation' => :'tls_validation',
96
110
  :'proxy_url' => :'proxy_url',
111
+ :'proxy_username' => :'proxy_username',
112
+ :'proxy_password' => :'proxy_password',
97
113
  :'username' => :'username',
98
114
  :'password' => :'password',
115
+ :'pulp_labels' => :'pulp_labels',
99
116
  :'download_concurrency' => :'download_concurrency',
100
117
  :'policy' => :'policy',
101
118
  :'total_timeout' => :'total_timeout',
102
119
  :'connect_timeout' => :'connect_timeout',
103
120
  :'sock_connect_timeout' => :'sock_connect_timeout',
104
121
  :'sock_read_timeout' => :'sock_read_timeout',
122
+ :'headers' => :'headers',
123
+ :'rate_limit' => :'rate_limit',
105
124
  :'distributions' => :'distributions',
106
125
  :'components' => :'components',
107
126
  :'architectures' => :'architectures',
@@ -123,14 +142,19 @@ module PulpDebClient
123
142
  :'client_key' => :'String',
124
143
  :'tls_validation' => :'Boolean',
125
144
  :'proxy_url' => :'String',
145
+ :'proxy_username' => :'String',
146
+ :'proxy_password' => :'String',
126
147
  :'username' => :'String',
127
148
  :'password' => :'String',
149
+ :'pulp_labels' => :'Object',
128
150
  :'download_concurrency' => :'Integer',
129
151
  :'policy' => :'PolicyEnum',
130
152
  :'total_timeout' => :'Float',
131
153
  :'connect_timeout' => :'Float',
132
154
  :'sock_connect_timeout' => :'Float',
133
155
  :'sock_read_timeout' => :'Float',
156
+ :'headers' => :'Array<Object>',
157
+ :'rate_limit' => :'Integer',
134
158
  :'distributions' => :'String',
135
159
  :'components' => :'String',
136
160
  :'architectures' => :'String',
@@ -149,12 +173,15 @@ module PulpDebClient
149
173
  :'client_cert',
150
174
  :'client_key',
151
175
  :'proxy_url',
176
+ :'proxy_username',
177
+ :'proxy_password',
152
178
  :'username',
153
179
  :'password',
154
180
  :'total_timeout',
155
181
  :'connect_timeout',
156
182
  :'sock_connect_timeout',
157
183
  :'sock_read_timeout',
184
+ :'rate_limit',
158
185
  :'components',
159
186
  :'architectures',
160
187
  :'gpgkey',
@@ -204,6 +231,14 @@ module PulpDebClient
204
231
  self.proxy_url = attributes[:'proxy_url']
205
232
  end
206
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
+
207
242
  if attributes.key?(:'username')
208
243
  self.username = attributes[:'username']
209
244
  end
@@ -212,6 +247,10 @@ module PulpDebClient
212
247
  self.password = attributes[:'password']
213
248
  end
214
249
 
250
+ if attributes.key?(:'pulp_labels')
251
+ self.pulp_labels = attributes[:'pulp_labels']
252
+ end
253
+
215
254
  if attributes.key?(:'download_concurrency')
216
255
  self.download_concurrency = attributes[:'download_concurrency']
217
256
  end
@@ -236,6 +275,16 @@ module PulpDebClient
236
275
  self.sock_read_timeout = attributes[:'sock_read_timeout']
237
276
  end
238
277
 
278
+ if attributes.key?(:'headers')
279
+ if (value = attributes[:'headers']).is_a?(Array)
280
+ self.headers = value
281
+ end
282
+ end
283
+
284
+ if attributes.key?(:'rate_limit')
285
+ self.rate_limit = attributes[:'rate_limit']
286
+ end
287
+
239
288
  if attributes.key?(:'distributions')
240
289
  self.distributions = attributes[:'distributions']
241
290
  end
@@ -384,14 +433,19 @@ module PulpDebClient
384
433
  client_key == o.client_key &&
385
434
  tls_validation == o.tls_validation &&
386
435
  proxy_url == o.proxy_url &&
436
+ proxy_username == o.proxy_username &&
437
+ proxy_password == o.proxy_password &&
387
438
  username == o.username &&
388
439
  password == o.password &&
440
+ pulp_labels == o.pulp_labels &&
389
441
  download_concurrency == o.download_concurrency &&
390
442
  policy == o.policy &&
391
443
  total_timeout == o.total_timeout &&
392
444
  connect_timeout == o.connect_timeout &&
393
445
  sock_connect_timeout == o.sock_connect_timeout &&
394
446
  sock_read_timeout == o.sock_read_timeout &&
447
+ headers == o.headers &&
448
+ rate_limit == o.rate_limit &&
395
449
  distributions == o.distributions &&
396
450
  components == o.components &&
397
451
  architectures == o.architectures &&
@@ -411,7 +465,7 @@ module PulpDebClient
411
465
  # Calculates hash code according to all attributes.
412
466
  # @return [Integer] Hash code
413
467
  def hash
414
- [name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, download_concurrency, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, 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
415
469
  end
416
470
 
417
471
  # Builds the object from hash