pulp_deb_client 2.10.0 → 2.10.1

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 +1 -7
  14. data/docs/DebAptRemoteResponse.md +7 -3
  15. data/docs/DistributionsAptApi.md +20 -20
  16. data/docs/PatcheddebAptRemote.md +1 -7
  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 +43 -51
  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 +45 -53
  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 +30 -50
  38. data/lib/pulp_deb_client/models/deb_apt_remote.rb +2 -36
  39. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +35 -14
  40. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +2 -36
  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 +18 -6
  59. data/spec/models/deb_apt_remote_spec.rb +0 -18
  60. data/spec/models/patcheddeb_apt_remote_spec.rb +0 -18
  61. metadata +55 -55
@@ -86,14 +86,14 @@ module PulpDebClient
86
86
  # List release architectures
87
87
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :architecture Filter results where architecture matches value
89
+ # @option opts [String] :architecture architecture
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :release Filter results where release matches value
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
93
+ # @option opts [String] :release release
94
+ # @option opts [String] :repository_version repository_version
95
+ # @option opts [String] :repository_version_added repository_version_added
96
+ # @option opts [String] :repository_version_removed repository_version_removed
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
99
  # @return [PaginateddebReleaseArchitectureResponseList]
@@ -105,14 +105,14 @@ module PulpDebClient
105
105
  # List release architectures
106
106
  # A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
107
107
  # @param [Hash] opts the optional parameters
108
- # @option opts [String] :architecture Filter results where architecture matches value
108
+ # @option opts [String] :architecture architecture
109
109
  # @option opts [Integer] :limit Number of results to return per page.
110
110
  # @option opts [Integer] :offset The initial index from which to return the results.
111
111
  # @option opts [String] :ordering Which field to use when ordering the results.
112
- # @option opts [String] :release Filter results where release matches value
113
- # @option opts [String] :repository_version Repository Version referenced by HREF
114
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
112
+ # @option opts [String] :release release
113
+ # @option opts [String] :repository_version repository_version
114
+ # @option opts [String] :repository_version_added repository_version_added
115
+ # @option opts [String] :repository_version_removed repository_version_removed
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
118
  # @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
@@ -86,14 +86,14 @@ module PulpDebClient
86
86
  # List release components
87
87
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :component Filter results where component matches value
89
+ # @option opts [String] :component component
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :release Filter results where release matches value
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
93
+ # @option opts [String] :release release
94
+ # @option opts [String] :repository_version repository_version
95
+ # @option opts [String] :repository_version_added repository_version_added
96
+ # @option opts [String] :repository_version_removed repository_version_removed
97
97
  # @option opts [String] :fields A list of fields to include in the response.
98
98
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
99
99
  # @return [PaginateddebReleaseComponentResponseList]
@@ -105,14 +105,14 @@ module PulpDebClient
105
105
  # List release components
106
106
  # A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
107
107
  # @param [Hash] opts the optional parameters
108
- # @option opts [String] :component Filter results where component matches value
108
+ # @option opts [String] :component component
109
109
  # @option opts [Integer] :limit Number of results to return per page.
110
110
  # @option opts [Integer] :offset The initial index from which to return the results.
111
111
  # @option opts [String] :ordering Which field to use when ordering the results.
112
- # @option opts [String] :release Filter results where release matches value
113
- # @option opts [String] :repository_version Repository Version referenced by HREF
114
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
115
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
112
+ # @option opts [String] :release release
113
+ # @option opts [String] :repository_version repository_version
114
+ # @option opts [String] :repository_version_added repository_version_added
115
+ # @option opts [String] :repository_version_removed repository_version_removed
116
116
  # @option opts [String] :fields A list of fields to include in the response.
117
117
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
118
118
  # @return [Array<(PaginateddebReleaseComponentResponseList, Integer, Hash)>] PaginateddebReleaseComponentResponseList data, response status code and response headers
@@ -86,16 +86,16 @@ module PulpDebClient
86
86
  # List release files
87
87
  # A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :codename Filter results where codename matches value
89
+ # @option opts [String] :codename codename
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
91
  # @option opts [Integer] :offset The initial index from which to return the results.
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
- # @option opts [String] :relative_path Filter results where relative_path matches value
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
- # @option opts [String] :sha256 Filter results where sha256 matches value
98
- # @option opts [String] :suite Filter results where suite matches value
93
+ # @option opts [String] :relative_path relative_path
94
+ # @option opts [String] :repository_version repository_version
95
+ # @option opts [String] :repository_version_added repository_version_added
96
+ # @option opts [String] :repository_version_removed repository_version_removed
97
+ # @option opts [String] :sha256 sha256
98
+ # @option opts [String] :suite suite
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
101
  # @return [PaginateddebReleaseFileResponseList]
@@ -107,16 +107,16 @@ module PulpDebClient
107
107
  # List release files
108
108
  # A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of &#39;Release&#39; and &#39;InRelease&#39; file. If the &#39;Release&#39; file is present, then there may also be a &#39;Release.gpg&#39; detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any &#39;Release&#39; files it needs when creating the publication. It does not make use of ReleaseFile content.
109
109
  # @param [Hash] opts the optional parameters
110
- # @option opts [String] :codename Filter results where codename matches value
110
+ # @option opts [String] :codename codename
111
111
  # @option opts [Integer] :limit Number of results to return per page.
112
112
  # @option opts [Integer] :offset The initial index from which to return the results.
113
113
  # @option opts [String] :ordering Which field to use when ordering the results.
114
- # @option opts [String] :relative_path Filter results where relative_path matches value
115
- # @option opts [String] :repository_version Repository Version referenced by HREF
116
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
117
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
118
- # @option opts [String] :sha256 Filter results where sha256 matches value
119
- # @option opts [String] :suite Filter results where suite matches value
114
+ # @option opts [String] :relative_path relative_path
115
+ # @option opts [String] :repository_version repository_version
116
+ # @option opts [String] :repository_version_added repository_version_added
117
+ # @option opts [String] :repository_version_removed repository_version_removed
118
+ # @option opts [String] :sha256 sha256
119
+ # @option opts [String] :suite suite
120
120
  # @option opts [String] :fields A list of fields to include in the response.
121
121
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
122
122
  # @return [Array<(PaginateddebReleaseFileResponseList, Integer, Hash)>] PaginateddebReleaseFileResponseList data, response status code and response headers
@@ -86,15 +86,15 @@ module PulpDebClient
86
86
  # List releases
87
87
  # A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :codename Filter results where codename matches value
90
- # @option opts [String] :distribution Filter results where distribution matches value
89
+ # @option opts [String] :codename codename
90
+ # @option opts [String] :distribution distribution
91
91
  # @option opts [Integer] :limit Number of results to return per page.
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [String] :ordering Which field to use when ordering the results.
94
- # @option opts [String] :repository_version Repository Version referenced by HREF
95
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
96
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
97
- # @option opts [String] :suite Filter results where suite matches value
94
+ # @option opts [String] :repository_version repository_version
95
+ # @option opts [String] :repository_version_added repository_version_added
96
+ # @option opts [String] :repository_version_removed repository_version_removed
97
+ # @option opts [String] :suite suite
98
98
  # @option opts [String] :fields A list of fields to include in the response.
99
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
100
  # @return [PaginateddebReleaseResponseList]
@@ -106,15 +106,15 @@ module PulpDebClient
106
106
  # List releases
107
107
  # A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \&quot;Release content\&quot;, the terms \&quot;distribution\&quot; and \&quot;release\&quot; are synonyms. An \&quot;APT repository release/distribution\&quot; is associated with a single &#39;Release&#39; file below the &#39;dists/&#39; folder. The \&quot;distribution\&quot; refers to the path between &#39;dists/&#39; and the &#39;Release&#39; file. The \&quot;distribution\&quot; could be considered the name of the \&quot;release\&quot;. It is often (but not always) equal to the \&quot;codename\&quot; or \&quot;suite\&quot;.
108
108
  # @param [Hash] opts the optional parameters
109
- # @option opts [String] :codename Filter results where codename matches value
110
- # @option opts [String] :distribution Filter results where distribution matches value
109
+ # @option opts [String] :codename codename
110
+ # @option opts [String] :distribution distribution
111
111
  # @option opts [Integer] :limit Number of results to return per page.
112
112
  # @option opts [Integer] :offset The initial index from which to return the results.
113
113
  # @option opts [String] :ordering Which field to use when ordering the results.
114
- # @option opts [String] :repository_version Repository Version referenced by HREF
115
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
116
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
117
- # @option opts [String] :suite Filter results where suite matches value
114
+ # @option opts [String] :repository_version repository_version
115
+ # @option opts [String] :repository_version_added repository_version_added
116
+ # @option opts [String] :repository_version_removed repository_version_removed
117
+ # @option opts [String] :suite suite
118
118
  # @option opts [String] :fields A list of fields to include in the response.
119
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
120
120
  # @return [Array<(PaginateddebReleaseResponseList, Integer, Hash)>] PaginateddebReleaseResponseList data, response status code and response headers
@@ -148,19 +148,19 @@ module PulpDebClient
148
148
  # List apt distributions
149
149
  # An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
150
150
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :base_path
152
- # @option opts [String] :base_path__contains Filter results where base_path contains value
153
- # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
- # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
151
+ # @option opts [String] :base_path base_path
152
+ # @option opts [String] :base_path__contains base_path__contains
153
+ # @option opts [String] :base_path__icontains base_path__icontains
154
+ # @option opts [String] :base_path__in base_path__in
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
- # @option opts [String] :name
157
- # @option opts [String] :name__contains Filter results where name contains value
158
- # @option opts [String] :name__icontains Filter results where name contains value
159
- # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
- # @option opts [String] :name__startswith Filter results where name starts with value
156
+ # @option opts [String] :name name
157
+ # @option opts [String] :name__contains name__contains
158
+ # @option opts [String] :name__icontains name__icontains
159
+ # @option opts [String] :name__in name__in
160
+ # @option opts [String] :name__startswith name__startswith
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
162
  # @option opts [String] :ordering Which field to use when ordering the results.
163
- # @option opts [String] :pulp_label_select Filter labels by search string
163
+ # @option opts [String] :pulp_label_select pulp_label_select
164
164
  # @option opts [String] :fields A list of fields to include in the response.
165
165
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
166
166
  # @return [PaginateddebAptDistributionResponseList]
@@ -172,19 +172,19 @@ module PulpDebClient
172
172
  # List apt distributions
173
173
  # An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
174
174
  # @param [Hash] opts the optional parameters
175
- # @option opts [String] :base_path
176
- # @option opts [String] :base_path__contains Filter results where base_path contains value
177
- # @option opts [String] :base_path__icontains Filter results where base_path contains value
178
- # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
175
+ # @option opts [String] :base_path base_path
176
+ # @option opts [String] :base_path__contains base_path__contains
177
+ # @option opts [String] :base_path__icontains base_path__icontains
178
+ # @option opts [String] :base_path__in base_path__in
179
179
  # @option opts [Integer] :limit Number of results to return per page.
180
- # @option opts [String] :name
181
- # @option opts [String] :name__contains Filter results where name contains value
182
- # @option opts [String] :name__icontains Filter results where name contains value
183
- # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
- # @option opts [String] :name__startswith Filter results where name starts with value
180
+ # @option opts [String] :name name
181
+ # @option opts [String] :name__contains name__contains
182
+ # @option opts [String] :name__icontains name__icontains
183
+ # @option opts [String] :name__in name__in
184
+ # @option opts [String] :name__startswith name__startswith
185
185
  # @option opts [Integer] :offset The initial index from which to return the results.
186
186
  # @option opts [String] :ordering Which field to use when ordering the results.
187
- # @option opts [String] :pulp_label_select Filter labels by search string
187
+ # @option opts [String] :pulp_label_select pulp_label_select
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
190
  # @return [Array<(PaginateddebAptDistributionResponseList, Integer, Hash)>] PaginateddebAptDistributionResponseList data, response status code and response headers
@@ -200,12 +200,12 @@ module PulpDebClient
200
200
  query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
201
201
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
202
202
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
203
- query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
203
+ query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
204
204
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
205
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
206
206
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
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?
208
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
209
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -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 [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
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
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 [PaginateddebAptPublicationResponseList]
@@ -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 [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
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
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<(PaginateddebAptPublicationResponseList, Integer, Hash)>] PaginateddebAptPublicationResponseList 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'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
200
+ query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] 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,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 [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
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
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 [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
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
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'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
200
+ query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] 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,20 +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
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
152
+ # @option opts [String] :name name
153
+ # @option opts [String] :name__contains name__contains
154
+ # @option opts [String] :name__icontains name__icontains
155
+ # @option opts [String] :name__in name__in
156
+ # @option opts [String] :name__startswith name__startswith
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
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
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
159
+ # @option opts [String] :pulp_label_select pulp_label_select
160
+ # @option opts [String] :pulp_last_updated pulp_last_updated
161
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
162
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
163
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
164
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
165
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
166
166
  # @option opts [String] :fields A list of fields to include in the response.
167
167
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
168
168
  # @return [PaginateddebAptRemoteResponseList]
@@ -175,20 +175,20 @@ module PulpDebClient
175
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.
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @option opts [Integer] :limit Number of results to return per page.
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
178
+ # @option opts [String] :name name
179
+ # @option opts [String] :name__contains name__contains
180
+ # @option opts [String] :name__icontains name__icontains
181
+ # @option opts [String] :name__in name__in
182
+ # @option opts [String] :name__startswith name__startswith
183
183
  # @option opts [Integer] :offset The initial index from which to return the results.
184
184
  # @option opts [String] :ordering Which field to use when ordering the results.
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
185
+ # @option opts [String] :pulp_label_select pulp_label_select
186
+ # @option opts [String] :pulp_last_updated pulp_last_updated
187
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
188
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
189
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
190
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
191
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
192
192
  # @option opts [String] :fields A list of fields to include in the response.
193
193
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
194
194
  # @return [Array<(PaginateddebAptRemoteResponseList, Integer, Hash)>] PaginateddebAptRemoteResponseList data, response status code and response headers
@@ -205,7 +205,7 @@ module PulpDebClient
205
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
206
206
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
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?
208
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
209
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -215,7 +215,7 @@ module PulpDebClient
215
215
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
216
216
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
217
217
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].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?
218
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
219
219
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
220
220
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
221
221
 
@@ -149,14 +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
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
152
+ # @option opts [String] :name name
153
+ # @option opts [String] :name__contains name__contains
154
+ # @option opts [String] :name__icontains name__icontains
155
+ # @option opts [String] :name__in name__in
156
+ # @option opts [String] :name__startswith name__startswith
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
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
159
+ # @option opts [String] :pulp_label_select pulp_label_select
160
160
  # @option opts [String] :fields A list of fields to include in the response.
161
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
162
  # @return [PaginateddebAptRepositoryResponseList]
@@ -169,14 +169,14 @@ module PulpDebClient
169
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.
170
170
  # @param [Hash] opts the optional parameters
171
171
  # @option opts [Integer] :limit Number of results to return per page.
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
172
+ # @option opts [String] :name name
173
+ # @option opts [String] :name__contains name__contains
174
+ # @option opts [String] :name__icontains name__icontains
175
+ # @option opts [String] :name__in name__in
176
+ # @option opts [String] :name__startswith name__startswith
177
177
  # @option opts [Integer] :offset The initial index from which to return the results.
178
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
179
+ # @option opts [String] :pulp_label_select pulp_label_select
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<(PaginateddebAptRepositoryResponseList, Integer, Hash)>] PaginateddebAptRepositoryResponseList data, response status code and response headers
@@ -193,7 +193,7 @@ module PulpDebClient
193
193
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
194
194
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
195
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?
196
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
197
197
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
198
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
199
199
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?