pulp_rpm_client 3.5.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +73 -55
  3. data/docs/{Addon.md → AddonResponse.md} +2 -2
  4. data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
  5. data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
  6. data/docs/ContentAdvisoriesApi.md +44 -44
  7. data/docs/ContentDistributionTreesApi.md +25 -25
  8. data/docs/ContentModulemdDefaultsApi.md +32 -32
  9. data/docs/ContentModulemdsApi.md +34 -34
  10. data/docs/ContentPackagecategoriesApi.md +25 -25
  11. data/docs/ContentPackageenvironmentsApi.md +25 -25
  12. data/docs/ContentPackagegroupsApi.md +25 -25
  13. data/docs/ContentPackagelangpacksApi.md +25 -25
  14. data/docs/ContentPackagesApi.md +64 -64
  15. data/docs/ContentRepoMetadataFilesApi.md +25 -25
  16. data/docs/ContentSummary.md +3 -3
  17. data/docs/ContentSummaryResponse.md +21 -0
  18. data/docs/DistributionsRpmApi.md +108 -60
  19. data/docs/{Image.md → ImageResponse.md} +3 -3
  20. data/docs/InlineResponse200.md +3 -3
  21. data/docs/InlineResponse2001.md +3 -3
  22. data/docs/InlineResponse20010.md +3 -3
  23. data/docs/InlineResponse20011.md +3 -3
  24. data/docs/InlineResponse20012.md +3 -3
  25. data/docs/InlineResponse20013.md +3 -3
  26. data/docs/InlineResponse20014.md +3 -3
  27. data/docs/InlineResponse2002.md +3 -3
  28. data/docs/InlineResponse2003.md +3 -3
  29. data/docs/InlineResponse2004.md +3 -3
  30. data/docs/InlineResponse2005.md +3 -3
  31. data/docs/InlineResponse2006.md +3 -3
  32. data/docs/InlineResponse2007.md +3 -3
  33. data/docs/InlineResponse2008.md +3 -3
  34. data/docs/InlineResponse2009.md +3 -3
  35. data/docs/MetadataChecksumTypeEnum.md +16 -0
  36. data/docs/PackageChecksumTypeEnum.md +16 -0
  37. data/docs/PatchedrpmRpmDistribution.md +23 -0
  38. data/docs/PatchedrpmRpmRemote.md +39 -0
  39. data/docs/PatchedrpmRpmRepository.md +25 -0
  40. data/docs/PolicyEnum.md +16 -0
  41. data/docs/PublicationsRpmApi.md +40 -40
  42. data/docs/RemotesRpmApi.md +125 -65
  43. data/docs/RepositoriesRpmApi.md +97 -73
  44. data/docs/RepositoriesRpmVersionsApi.md +94 -62
  45. data/docs/RepositoryAddRemoveContent.md +2 -2
  46. data/docs/RepositoryVersion.md +1 -9
  47. data/docs/RepositoryVersionResponse.md +25 -0
  48. data/docs/RpmCopyApi.md +10 -10
  49. data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
  50. data/docs/RpmModulemd.md +8 -8
  51. data/docs/RpmModulemdDefaults.md +8 -8
  52. data/docs/RpmModulemdDefaultsResponse.md +29 -0
  53. data/docs/RpmModulemdResponse.md +39 -0
  54. data/docs/RpmPackage.md +7 -79
  55. data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
  56. data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
  57. data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
  58. data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
  59. data/docs/RpmPackageResponse.md +95 -0
  60. data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
  61. data/docs/RpmRepositorySyncURL.md +1 -1
  62. data/docs/RpmRpmDistribution.md +1 -7
  63. data/docs/RpmRpmDistributionResponse.md +29 -0
  64. data/docs/RpmRpmPublication.md +3 -7
  65. data/docs/RpmRpmPublicationResponse.md +27 -0
  66. data/docs/RpmRpmRemote.md +4 -10
  67. data/docs/RpmRpmRemoteResponse.md +45 -0
  68. data/docs/RpmRpmRepository.md +3 -9
  69. data/docs/RpmRpmRepositoryResponse.md +33 -0
  70. data/docs/RpmUpdateCollection.md +1 -3
  71. data/docs/RpmUpdateCollectionResponse.md +23 -0
  72. data/docs/RpmUpdateRecord.md +4 -40
  73. data/docs/RpmUpdateRecordResponse.md +55 -0
  74. data/docs/{Variant.md → VariantResponse.md} +2 -2
  75. data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
  76. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
  77. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
  78. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
  79. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
  80. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
  81. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
  82. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
  83. data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
  84. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
  85. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
  86. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
  87. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
  88. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
  89. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
  90. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
  91. data/lib/pulp_rpm_client/api_client.rb +2 -2
  92. data/lib/pulp_rpm_client/api_error.rb +2 -2
  93. data/lib/pulp_rpm_client/configuration.rb +3 -3
  94. data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
  95. data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
  96. data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
  97. data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
  98. data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
  99. data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
  100. data/lib/pulp_rpm_client/models/copy.rb +3 -2
  101. data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
  102. data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
  103. data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
  104. data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
  105. data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
  106. data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
  107. data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
  108. data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
  109. data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
  110. data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
  111. data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
  112. data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
  113. data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
  114. data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
  115. data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
  116. data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
  117. data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
  118. data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
  119. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
  120. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
  121. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
  122. data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
  123. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
  124. data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
  125. data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
  126. data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
  127. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
  128. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
  129. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
  130. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
  131. data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
  132. data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
  133. data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
  134. data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
  135. data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
  136. data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
  137. data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
  138. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
  139. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
  140. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
  141. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
  142. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
  143. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
  144. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
  145. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
  146. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
  147. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
  148. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
  149. data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
  150. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
  151. data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
  152. data/lib/pulp_rpm_client/version.rb +3 -3
  153. data/lib/pulp_rpm_client.rb +30 -13
  154. data/pulp_rpm_client.gemspec +4 -4
  155. data/spec/api/content_advisories_api_spec.rb +21 -21
  156. data/spec/api/content_distribution_trees_api_spec.rb +9 -9
  157. data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
  158. data/spec/api/content_modulemds_api_spec.rb +13 -13
  159. data/spec/api/content_packagecategories_api_spec.rb +9 -9
  160. data/spec/api/content_packageenvironments_api_spec.rb +9 -9
  161. data/spec/api/content_packagegroups_api_spec.rb +9 -9
  162. data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
  163. data/spec/api/content_packages_api_spec.rb +31 -31
  164. data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
  165. data/spec/api/distributions_rpm_api_spec.rb +39 -18
  166. data/spec/api/publications_rpm_api_spec.rb +14 -14
  167. data/spec/api/remotes_rpm_api_spec.rb +48 -21
  168. data/spec/api/repositories_rpm_api_spec.rb +28 -19
  169. data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
  170. data/spec/api/rpm_copy_api_spec.rb +5 -5
  171. data/spec/api_client_spec.rb +2 -2
  172. data/spec/configuration_spec.rb +2 -2
  173. data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
  174. data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
  175. data/spec/models/async_operation_response_spec.rb +2 -2
  176. data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
  177. data/spec/models/content_summary_response_spec.rb +53 -0
  178. data/spec/models/content_summary_spec.rb +2 -2
  179. data/spec/models/copy_spec.rb +2 -2
  180. data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
  181. data/spec/models/inline_response20010_spec.rb +2 -2
  182. data/spec/models/inline_response20011_spec.rb +2 -2
  183. data/spec/models/inline_response20012_spec.rb +2 -2
  184. data/spec/models/inline_response20013_spec.rb +2 -2
  185. data/spec/models/inline_response20014_spec.rb +2 -2
  186. data/spec/models/inline_response2001_spec.rb +2 -2
  187. data/spec/models/inline_response2002_spec.rb +2 -2
  188. data/spec/models/inline_response2003_spec.rb +2 -2
  189. data/spec/models/inline_response2004_spec.rb +2 -2
  190. data/spec/models/inline_response2005_spec.rb +2 -2
  191. data/spec/models/inline_response2006_spec.rb +2 -2
  192. data/spec/models/inline_response2007_spec.rb +2 -2
  193. data/spec/models/inline_response2008_spec.rb +2 -2
  194. data/spec/models/inline_response2009_spec.rb +2 -2
  195. data/spec/models/inline_response200_spec.rb +2 -2
  196. data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
  197. data/spec/models/package_checksum_type_enum_spec.rb +35 -0
  198. data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
  199. data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
  200. data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
  201. data/spec/models/policy_enum_spec.rb +35 -0
  202. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  203. data/spec/models/repository_version_response_spec.rb +65 -0
  204. data/spec/models/repository_version_spec.rb +2 -26
  205. data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
  206. data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
  207. data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
  208. data/spec/models/rpm_modulemd_response_spec.rb +107 -0
  209. data/spec/models/rpm_modulemd_spec.rb +11 -11
  210. data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
  211. data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
  212. data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
  213. data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
  214. data/spec/models/rpm_package_response_spec.rb +275 -0
  215. data/spec/models/rpm_package_spec.rb +5 -221
  216. data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
  217. data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
  218. data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
  219. data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
  220. data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
  221. data/spec/models/rpm_rpm_publication_spec.rb +2 -22
  222. data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
  223. data/spec/models/rpm_rpm_remote_spec.rb +2 -24
  224. data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
  225. data/spec/models/rpm_rpm_repository_spec.rb +5 -23
  226. data/spec/models/rpm_update_collection_response_spec.rb +59 -0
  227. data/spec/models/rpm_update_collection_spec.rb +2 -8
  228. data/spec/models/rpm_update_record_response_spec.rb +155 -0
  229. data/spec/models/rpm_update_record_spec.rb +4 -112
  230. data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
  231. data/spec/spec_helper.rb +2 -2
  232. metadata +116 -48
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -21,26 +21,26 @@ module PulpRpmClient
21
21
  end
22
22
  # Create a rpm remote
23
23
  # A ViewSet for RpmRemote.
24
- # @param data [RpmRpmRemote]
24
+ # @param rpm_rpm_remote [RpmRpmRemote]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [RpmRpmRemote]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [RpmRpmRemoteResponse]
27
+ def create(rpm_rpm_remote, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(rpm_rpm_remote, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a rpm remote
33
33
  # A ViewSet for RpmRemote.
34
- # @param data [RpmRpmRemote]
34
+ # @param rpm_rpm_remote [RpmRpmRemote]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(RpmRpmRemote, Integer, Hash)>] RpmRpmRemote data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
37
+ def create_with_http_info(rpm_rpm_remote, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.create ...'
40
40
  end
41
- # verify the required parameter 'data' is set
42
- if @api_client.config.client_side_validation && data.nil?
43
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesRpmApi.create"
41
+ # verify the required parameter 'rpm_rpm_remote' is set
42
+ if @api_client.config.client_side_validation && rpm_rpm_remote.nil?
43
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote' when calling RemotesRpmApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/remotes/rpm/rpm/'
@@ -53,19 +53,19 @@ module PulpRpmClient
53
53
  # HTTP header 'Accept' (if needed)
54
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
55
  # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
57
 
58
58
  # form parameters
59
59
  form_params = opts[:form_params] || {}
60
60
 
61
61
  # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(rpm_rpm_remote)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'RpmRpmRemote'
65
+ return_type = opts[:return_type] || 'RpmRpmRemoteResponse'
66
66
 
67
67
  # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
69
 
70
70
  new_options = opts.merge(
71
71
  :header_params => header_params,
@@ -85,32 +85,59 @@ module PulpRpmClient
85
85
 
86
86
  # Delete a rpm remote
87
87
  # Trigger an asynchronous delete task
88
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
88
+ # @param rpm_rpm_remote_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :name name
91
+ # @option opts [String] :name__in name__in
92
+ # @option opts [String] :ordering Which field to use when ordering the results.
93
+ # @option opts [String] :pulp_last_updated pulp_last_updated
94
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
95
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
96
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
97
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
98
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
90
99
  # @return [AsyncOperationResponse]
91
- def delete(rpm_remote_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(rpm_remote_href, opts)
100
+ def delete(rpm_rpm_remote_href, opts = {})
101
+ data, _status_code, _headers = delete_with_http_info(rpm_rpm_remote_href, opts)
93
102
  data
94
103
  end
95
104
 
96
105
  # Delete a rpm remote
97
106
  # Trigger an asynchronous delete task
98
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
107
+ # @param rpm_rpm_remote_href [String]
99
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [String] :name name
110
+ # @option opts [String] :name__in name__in
111
+ # @option opts [String] :ordering Which field to use when ordering the results.
112
+ # @option opts [String] :pulp_last_updated pulp_last_updated
113
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
114
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
115
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
116
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
117
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
100
118
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(rpm_remote_href, opts = {})
119
+ def delete_with_http_info(rpm_rpm_remote_href, opts = {})
102
120
  if @api_client.config.debugging
103
121
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.delete ...'
104
122
  end
105
- # verify the required parameter 'rpm_remote_href' is set
106
- if @api_client.config.client_side_validation && rpm_remote_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'rpm_remote_href' when calling RemotesRpmApi.delete"
123
+ # verify the required parameter 'rpm_rpm_remote_href' is set
124
+ if @api_client.config.client_side_validation && rpm_rpm_remote_href.nil?
125
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote_href' when calling RemotesRpmApi.delete"
108
126
  end
109
127
  # resource path
110
- local_var_path = '{rpm_remote_href}'.sub('{' + 'rpm_remote_href' + '}', CGI.escape(rpm_remote_href.to_s).gsub('%2F', '/'))
128
+ local_var_path = '{rpm_rpm_remote_href}'.sub('{' + 'rpm_rpm_remote_href' + '}', CGI.escape(rpm_rpm_remote_href.to_s).gsub('%2F', '/'))
111
129
 
112
130
  # query parameters
113
131
  query_params = opts[:query_params] || {}
132
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
133
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
134
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
135
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
136
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
137
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
138
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
139
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
140
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
114
141
 
115
142
  # header parameters
116
143
  header_params = opts[:header_params] || {}
@@ -127,7 +154,7 @@ module PulpRpmClient
127
154
  return_type = opts[:return_type] || 'AsyncOperationResponse'
128
155
 
129
156
  # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
157
+ auth_names = opts[:auth_names] || ['basicAuth']
131
158
 
132
159
  new_options = opts.merge(
133
160
  :header_params => header_params,
@@ -148,17 +175,17 @@ module PulpRpmClient
148
175
  # List rpm remotes
149
176
  # A ViewSet for RpmRemote.
150
177
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :name
153
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
154
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
155
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
156
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
157
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
158
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
159
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
160
178
  # @option opts [Integer] :limit Number of results to return per page.
179
+ # @option opts [String] :name name
180
+ # @option opts [String] :name__in name__in
161
181
  # @option opts [Integer] :offset The initial index from which to return the results.
182
+ # @option opts [String] :ordering Which field to use when ordering the results.
183
+ # @option opts [String] :pulp_last_updated pulp_last_updated
184
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
185
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
186
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
187
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
188
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
162
189
  # @option opts [String] :fields A list of fields to include in the response.
163
190
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
191
  # @return [InlineResponse20012]
@@ -170,17 +197,17 @@ module PulpRpmClient
170
197
  # List rpm remotes
171
198
  # A ViewSet for RpmRemote.
172
199
  # @param [Hash] opts the optional parameters
173
- # @option opts [String] :ordering Which field to use when ordering the results.
174
- # @option opts [String] :name
175
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
176
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
177
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
178
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
179
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
180
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
181
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
182
200
  # @option opts [Integer] :limit Number of results to return per page.
201
+ # @option opts [String] :name name
202
+ # @option opts [String] :name__in name__in
183
203
  # @option opts [Integer] :offset The initial index from which to return the results.
204
+ # @option opts [String] :ordering Which field to use when ordering the results.
205
+ # @option opts [String] :pulp_last_updated pulp_last_updated
206
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
207
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
208
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
209
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
210
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
184
211
  # @option opts [String] :fields A list of fields to include in the response.
185
212
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
213
  # @return [Array<(InlineResponse20012, Integer, Hash)>] InlineResponse20012 data, response status code and response headers
@@ -193,17 +220,17 @@ module PulpRpmClient
193
220
 
194
221
  # query parameters
195
222
  query_params = opts[:query_params] || {}
196
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
223
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
224
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
225
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
199
- query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
200
- query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
226
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
227
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
228
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
201
229
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
202
230
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
231
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
232
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
203
233
  query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
204
- query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
205
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
206
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
207
234
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
208
235
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
209
236
 
@@ -222,7 +249,7 @@ module PulpRpmClient
222
249
  return_type = opts[:return_type] || 'InlineResponse20012'
223
250
 
224
251
  # auth_names
225
- auth_names = opts[:auth_names] || ['Basic']
252
+ auth_names = opts[:auth_names] || ['basicAuth']
226
253
 
227
254
  new_options = opts.merge(
228
255
  :header_params => header_params,
@@ -240,59 +267,86 @@ module PulpRpmClient
240
267
  return data, status_code, headers
241
268
  end
242
269
 
243
- # Partially update a rpm remote
270
+ # Update a rpm remote
244
271
  # Trigger an asynchronous partial update task
245
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
246
- # @param data [RpmRpmRemote]
272
+ # @param rpm_rpm_remote_href [String]
273
+ # @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
247
274
  # @param [Hash] opts the optional parameters
275
+ # @option opts [String] :name name
276
+ # @option opts [String] :name__in name__in
277
+ # @option opts [String] :ordering Which field to use when ordering the results.
278
+ # @option opts [String] :pulp_last_updated pulp_last_updated
279
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
280
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
281
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
282
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
283
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
248
284
  # @return [AsyncOperationResponse]
249
- def partial_update(rpm_remote_href, data, opts = {})
250
- data, _status_code, _headers = partial_update_with_http_info(rpm_remote_href, data, opts)
285
+ def partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
286
+ data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
251
287
  data
252
288
  end
253
289
 
254
- # Partially update a rpm remote
290
+ # Update a rpm remote
255
291
  # Trigger an asynchronous partial update task
256
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
257
- # @param data [RpmRpmRemote]
292
+ # @param rpm_rpm_remote_href [String]
293
+ # @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
258
294
  # @param [Hash] opts the optional parameters
295
+ # @option opts [String] :name name
296
+ # @option opts [String] :name__in name__in
297
+ # @option opts [String] :ordering Which field to use when ordering the results.
298
+ # @option opts [String] :pulp_last_updated pulp_last_updated
299
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
300
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
301
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
302
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
303
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
259
304
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
260
- def partial_update_with_http_info(rpm_remote_href, data, opts = {})
305
+ def partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
261
306
  if @api_client.config.debugging
262
307
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.partial_update ...'
263
308
  end
264
- # verify the required parameter 'rpm_remote_href' is set
265
- if @api_client.config.client_side_validation && rpm_remote_href.nil?
266
- fail ArgumentError, "Missing the required parameter 'rpm_remote_href' when calling RemotesRpmApi.partial_update"
309
+ # verify the required parameter 'rpm_rpm_remote_href' is set
310
+ if @api_client.config.client_side_validation && rpm_rpm_remote_href.nil?
311
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote_href' when calling RemotesRpmApi.partial_update"
267
312
  end
268
- # verify the required parameter 'data' is set
269
- if @api_client.config.client_side_validation && data.nil?
270
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesRpmApi.partial_update"
313
+ # verify the required parameter 'patchedrpm_rpm_remote' is set
314
+ if @api_client.config.client_side_validation && patchedrpm_rpm_remote.nil?
315
+ fail ArgumentError, "Missing the required parameter 'patchedrpm_rpm_remote' when calling RemotesRpmApi.partial_update"
271
316
  end
272
317
  # resource path
273
- local_var_path = '{rpm_remote_href}'.sub('{' + 'rpm_remote_href' + '}', CGI.escape(rpm_remote_href.to_s).gsub('%2F', '/'))
318
+ local_var_path = '{rpm_rpm_remote_href}'.sub('{' + 'rpm_rpm_remote_href' + '}', CGI.escape(rpm_rpm_remote_href.to_s).gsub('%2F', '/'))
274
319
 
275
320
  # query parameters
276
321
  query_params = opts[:query_params] || {}
322
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
323
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
324
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
325
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
326
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
327
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
328
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
329
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
330
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
277
331
 
278
332
  # header parameters
279
333
  header_params = opts[:header_params] || {}
280
334
  # HTTP header 'Accept' (if needed)
281
335
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
282
336
  # HTTP header 'Content-Type'
283
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
337
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
284
338
 
285
339
  # form parameters
286
340
  form_params = opts[:form_params] || {}
287
341
 
288
342
  # http body (model)
289
- post_body = opts[:body] || @api_client.object_to_http_body(data)
343
+ post_body = opts[:body] || @api_client.object_to_http_body(patchedrpm_rpm_remote)
290
344
 
291
345
  # return_type
292
346
  return_type = opts[:return_type] || 'AsyncOperationResponse'
293
347
 
294
348
  # auth_names
295
- auth_names = opts[:auth_names] || ['Basic']
349
+ auth_names = opts[:auth_names] || ['basicAuth']
296
350
 
297
351
  new_options = opts.merge(
298
352
  :header_params => header_params,
@@ -312,33 +366,33 @@ module PulpRpmClient
312
366
 
313
367
  # Inspect a rpm remote
314
368
  # A ViewSet for RpmRemote.
315
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
369
+ # @param rpm_rpm_remote_href [String]
316
370
  # @param [Hash] opts the optional parameters
317
371
  # @option opts [String] :fields A list of fields to include in the response.
318
372
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
319
- # @return [RpmRpmRemote]
320
- def read(rpm_remote_href, opts = {})
321
- data, _status_code, _headers = read_with_http_info(rpm_remote_href, opts)
373
+ # @return [RpmRpmRemoteResponse]
374
+ def read(rpm_rpm_remote_href, opts = {})
375
+ data, _status_code, _headers = read_with_http_info(rpm_rpm_remote_href, opts)
322
376
  data
323
377
  end
324
378
 
325
379
  # Inspect a rpm remote
326
380
  # A ViewSet for RpmRemote.
327
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
381
+ # @param rpm_rpm_remote_href [String]
328
382
  # @param [Hash] opts the optional parameters
329
383
  # @option opts [String] :fields A list of fields to include in the response.
330
384
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
331
- # @return [Array<(RpmRpmRemote, Integer, Hash)>] RpmRpmRemote data, response status code and response headers
332
- def read_with_http_info(rpm_remote_href, opts = {})
385
+ # @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
386
+ def read_with_http_info(rpm_rpm_remote_href, opts = {})
333
387
  if @api_client.config.debugging
334
388
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.read ...'
335
389
  end
336
- # verify the required parameter 'rpm_remote_href' is set
337
- if @api_client.config.client_side_validation && rpm_remote_href.nil?
338
- fail ArgumentError, "Missing the required parameter 'rpm_remote_href' when calling RemotesRpmApi.read"
390
+ # verify the required parameter 'rpm_rpm_remote_href' is set
391
+ if @api_client.config.client_side_validation && rpm_rpm_remote_href.nil?
392
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote_href' when calling RemotesRpmApi.read"
339
393
  end
340
394
  # resource path
341
- local_var_path = '{rpm_remote_href}'.sub('{' + 'rpm_remote_href' + '}', CGI.escape(rpm_remote_href.to_s).gsub('%2F', '/'))
395
+ local_var_path = '{rpm_rpm_remote_href}'.sub('{' + 'rpm_rpm_remote_href' + '}', CGI.escape(rpm_rpm_remote_href.to_s).gsub('%2F', '/'))
342
396
 
343
397
  # query parameters
344
398
  query_params = opts[:query_params] || {}
@@ -357,10 +411,10 @@ module PulpRpmClient
357
411
  post_body = opts[:body]
358
412
 
359
413
  # return_type
360
- return_type = opts[:return_type] || 'RpmRpmRemote'
414
+ return_type = opts[:return_type] || 'RpmRpmRemoteResponse'
361
415
 
362
416
  # auth_names
363
- auth_names = opts[:auth_names] || ['Basic']
417
+ auth_names = opts[:auth_names] || ['basicAuth']
364
418
 
365
419
  new_options = opts.merge(
366
420
  :header_params => header_params,
@@ -380,57 +434,84 @@ module PulpRpmClient
380
434
 
381
435
  # Update a rpm remote
382
436
  # Trigger an asynchronous update task
383
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
384
- # @param data [RpmRpmRemote]
437
+ # @param rpm_rpm_remote_href [String]
438
+ # @param rpm_rpm_remote [RpmRpmRemote]
385
439
  # @param [Hash] opts the optional parameters
440
+ # @option opts [String] :name name
441
+ # @option opts [String] :name__in name__in
442
+ # @option opts [String] :ordering Which field to use when ordering the results.
443
+ # @option opts [String] :pulp_last_updated pulp_last_updated
444
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
445
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
446
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
447
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
448
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
386
449
  # @return [AsyncOperationResponse]
387
- def update(rpm_remote_href, data, opts = {})
388
- data, _status_code, _headers = update_with_http_info(rpm_remote_href, data, opts)
450
+ def update(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
451
+ data, _status_code, _headers = update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
389
452
  data
390
453
  end
391
454
 
392
455
  # Update a rpm remote
393
456
  # Trigger an asynchronous update task
394
- # @param rpm_remote_href [String] URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
395
- # @param data [RpmRpmRemote]
457
+ # @param rpm_rpm_remote_href [String]
458
+ # @param rpm_rpm_remote [RpmRpmRemote]
396
459
  # @param [Hash] opts the optional parameters
460
+ # @option opts [String] :name name
461
+ # @option opts [String] :name__in name__in
462
+ # @option opts [String] :ordering Which field to use when ordering the results.
463
+ # @option opts [String] :pulp_last_updated pulp_last_updated
464
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
465
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
466
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
467
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
468
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
397
469
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
398
- def update_with_http_info(rpm_remote_href, data, opts = {})
470
+ def update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
399
471
  if @api_client.config.debugging
400
472
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.update ...'
401
473
  end
402
- # verify the required parameter 'rpm_remote_href' is set
403
- if @api_client.config.client_side_validation && rpm_remote_href.nil?
404
- fail ArgumentError, "Missing the required parameter 'rpm_remote_href' when calling RemotesRpmApi.update"
474
+ # verify the required parameter 'rpm_rpm_remote_href' is set
475
+ if @api_client.config.client_side_validation && rpm_rpm_remote_href.nil?
476
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote_href' when calling RemotesRpmApi.update"
405
477
  end
406
- # verify the required parameter 'data' is set
407
- if @api_client.config.client_side_validation && data.nil?
408
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesRpmApi.update"
478
+ # verify the required parameter 'rpm_rpm_remote' is set
479
+ if @api_client.config.client_side_validation && rpm_rpm_remote.nil?
480
+ fail ArgumentError, "Missing the required parameter 'rpm_rpm_remote' when calling RemotesRpmApi.update"
409
481
  end
410
482
  # resource path
411
- local_var_path = '{rpm_remote_href}'.sub('{' + 'rpm_remote_href' + '}', CGI.escape(rpm_remote_href.to_s).gsub('%2F', '/'))
483
+ local_var_path = '{rpm_rpm_remote_href}'.sub('{' + 'rpm_rpm_remote_href' + '}', CGI.escape(rpm_rpm_remote_href.to_s).gsub('%2F', '/'))
412
484
 
413
485
  # query parameters
414
486
  query_params = opts[:query_params] || {}
487
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
488
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
489
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
490
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
491
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
492
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
493
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
494
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
495
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
415
496
 
416
497
  # header parameters
417
498
  header_params = opts[:header_params] || {}
418
499
  # HTTP header 'Accept' (if needed)
419
500
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
420
501
  # HTTP header 'Content-Type'
421
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
502
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
422
503
 
423
504
  # form parameters
424
505
  form_params = opts[:form_params] || {}
425
506
 
426
507
  # http body (model)
427
- post_body = opts[:body] || @api_client.object_to_http_body(data)
508
+ post_body = opts[:body] || @api_client.object_to_http_body(rpm_rpm_remote)
428
509
 
429
510
  # return_type
430
511
  return_type = opts[:return_type] || 'AsyncOperationResponse'
431
512
 
432
513
  # auth_names
433
- auth_names = opts[:auth_names] || ['Basic']
514
+ auth_names = opts[:auth_names] || ['basicAuth']
434
515
 
435
516
  new_options = opts.merge(
436
517
  :header_params => header_params,