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
@@ -0,0 +1,55 @@
1
+ # PulpRpmClient::RpmUpdateRecordResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
10
+ **updated_date** | **String** | Date when the update was updated (e.g. '2013-12-02 00:00:00') | [optional] [readonly]
11
+ **description** | **String** | Update description | [optional] [readonly]
12
+ **issued_date** | **String** | Date when the update was issued (e.g. '2013-12-02 00:00:00') | [optional] [readonly]
13
+ **fromstr** | **String** | Source of the update (e.g. security@redhat.com) | [optional] [readonly]
14
+ **status** | **String** | Update status ('final', ...) | [optional] [readonly]
15
+ **title** | **String** | Update name | [optional] [readonly]
16
+ **summary** | **String** | Short summary | [optional] [readonly]
17
+ **version** | **String** | Update version (probably always an integer number) | [optional] [readonly]
18
+ **type** | **String** | Update type ('enhancement', 'bugfix', ...) | [optional] [readonly]
19
+ **severity** | **String** | Severity | [optional] [readonly]
20
+ **solution** | **String** | Solution | [optional] [readonly]
21
+ **release** | **String** | Update release | [optional] [readonly]
22
+ **rights** | **String** | Copyrights | [optional] [readonly]
23
+ **pushcount** | **String** | Push count | [optional] [readonly]
24
+ **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional] [readonly]
25
+ **references** | **Array<Object>** | List of references | [optional] [readonly]
26
+ **reboot_suggested** | **Boolean** | Reboot suggested | [optional] [readonly]
27
+
28
+ ## Code Sample
29
+
30
+ ```ruby
31
+ require 'PulpRpmClient'
32
+
33
+ instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
34
+ pulp_created: null,
35
+ id: null,
36
+ updated_date: null,
37
+ description: null,
38
+ issued_date: null,
39
+ fromstr: null,
40
+ status: null,
41
+ title: null,
42
+ summary: null,
43
+ version: null,
44
+ type: null,
45
+ severity: null,
46
+ solution: null,
47
+ release: null,
48
+ rights: null,
49
+ pushcount: null,
50
+ pkglist: null,
51
+ references: null,
52
+ reboot_suggested: null)
53
+ ```
54
+
55
+
@@ -1,4 +1,4 @@
1
- # PulpRpmClient::Variant
1
+ # PulpRpmClient::VariantResponse
2
2
 
3
3
  ## Properties
4
4
 
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpRpmClient'
22
22
 
23
- instance = PulpRpmClient::Variant.new(variant_id: null,
23
+ instance = PulpRpmClient::VariantResponse.new(variant_id: null,
24
24
  uid: null,
25
25
  name: null,
26
26
  type: null,
@@ -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
 
@@ -65,7 +65,7 @@ module PulpRpmClient
65
65
  return_type = opts[:return_type] || 'AsyncOperationResponse'
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,
@@ -84,25 +84,25 @@ module PulpRpmClient
84
84
  end
85
85
 
86
86
  # List update records
87
- # Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
87
+ # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
88
88
  # @param [Hash] opts the optional parameters
89
- # @option opts [String] :ordering Which field to use when ordering the results.
90
- # @option opts [String] :id Filter results where id matches value
91
- # @option opts [String] :id__in Filter results where id is in a comma-separated list of values
92
- # @option opts [String] :status Filter results where status matches value
93
- # @option opts [String] :status__in Filter results where status is in a comma-separated list of values
94
- # @option opts [String] :status__ne Filter results where status not equal to value
95
- # @option opts [String] :severity Filter results where severity matches value
96
- # @option opts [String] :severity__in Filter results where severity is in a comma-separated list of values
97
- # @option opts [String] :severity__ne Filter results where severity not equal to value
98
- # @option opts [String] :type Filter results where type matches value
99
- # @option opts [String] :type__in Filter results where type is in a comma-separated list of values
100
- # @option opts [String] :type__ne Filter results where type not equal to value
101
- # @option opts [String] :repository_version Repository Version referenced by HREF
102
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
103
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
89
+ # @option opts [String] :id id
90
+ # @option opts [String] :id__in id__in
104
91
  # @option opts [Integer] :limit Number of results to return per page.
105
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
+ # @option opts [String] :ordering Which field to use when ordering the results.
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] :severity severity
98
+ # @option opts [String] :severity__in severity__in
99
+ # @option opts [String] :severity__ne severity__ne
100
+ # @option opts [String] :status status
101
+ # @option opts [String] :status__in status__in
102
+ # @option opts [String] :status__ne status__ne
103
+ # @option opts [String] :type type
104
+ # @option opts [String] :type__in type__in
105
+ # @option opts [String] :type__ne type__ne
106
106
  # @option opts [String] :fields A list of fields to include in the response.
107
107
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
108
108
  # @return [InlineResponse200]
@@ -112,25 +112,25 @@ module PulpRpmClient
112
112
  end
113
113
 
114
114
  # List update records
115
- # Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
115
+ # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
116
116
  # @param [Hash] opts the optional parameters
117
- # @option opts [String] :ordering Which field to use when ordering the results.
118
- # @option opts [String] :id Filter results where id matches value
119
- # @option opts [String] :id__in Filter results where id is in a comma-separated list of values
120
- # @option opts [String] :status Filter results where status matches value
121
- # @option opts [String] :status__in Filter results where status is in a comma-separated list of values
122
- # @option opts [String] :status__ne Filter results where status not equal to value
123
- # @option opts [String] :severity Filter results where severity matches value
124
- # @option opts [String] :severity__in Filter results where severity is in a comma-separated list of values
125
- # @option opts [String] :severity__ne Filter results where severity not equal to value
126
- # @option opts [String] :type Filter results where type matches value
127
- # @option opts [String] :type__in Filter results where type is in a comma-separated list of values
128
- # @option opts [String] :type__ne Filter results where type not equal to value
129
- # @option opts [String] :repository_version Repository Version referenced by HREF
130
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
131
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
117
+ # @option opts [String] :id id
118
+ # @option opts [String] :id__in id__in
132
119
  # @option opts [Integer] :limit Number of results to return per page.
133
120
  # @option opts [Integer] :offset The initial index from which to return the results.
121
+ # @option opts [String] :ordering Which field to use when ordering the results.
122
+ # @option opts [String] :repository_version repository_version
123
+ # @option opts [String] :repository_version_added repository_version_added
124
+ # @option opts [String] :repository_version_removed repository_version_removed
125
+ # @option opts [String] :severity severity
126
+ # @option opts [String] :severity__in severity__in
127
+ # @option opts [String] :severity__ne severity__ne
128
+ # @option opts [String] :status status
129
+ # @option opts [String] :status__in status__in
130
+ # @option opts [String] :status__ne status__ne
131
+ # @option opts [String] :type type
132
+ # @option opts [String] :type__in type__in
133
+ # @option opts [String] :type__ne type__ne
134
134
  # @option opts [String] :fields A list of fields to include in the response.
135
135
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
136
136
  # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
@@ -143,23 +143,23 @@ module PulpRpmClient
143
143
 
144
144
  # query parameters
145
145
  query_params = opts[:query_params] || {}
146
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
147
146
  query_params[:'id'] = opts[:'id'] if !opts[:'id'].nil?
148
147
  query_params[:'id__in'] = opts[:'id__in'] if !opts[:'id__in'].nil?
149
- query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
150
- query_params[:'status__in'] = opts[:'status__in'] if !opts[:'status__in'].nil?
151
- query_params[:'status__ne'] = opts[:'status__ne'] if !opts[:'status__ne'].nil?
148
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
149
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
150
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
151
+ query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
152
+ query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
153
+ query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
152
154
  query_params[:'severity'] = opts[:'severity'] if !opts[:'severity'].nil?
153
155
  query_params[:'severity__in'] = opts[:'severity__in'] if !opts[:'severity__in'].nil?
154
156
  query_params[:'severity__ne'] = opts[:'severity__ne'] if !opts[:'severity__ne'].nil?
157
+ query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
158
+ query_params[:'status__in'] = opts[:'status__in'] if !opts[:'status__in'].nil?
159
+ query_params[:'status__ne'] = opts[:'status__ne'] if !opts[:'status__ne'].nil?
155
160
  query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
156
161
  query_params[:'type__in'] = opts[:'type__in'] if !opts[:'type__in'].nil?
157
162
  query_params[:'type__ne'] = opts[:'type__ne'] if !opts[:'type__ne'].nil?
158
- query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
159
- query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
160
- query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
161
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
162
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
163
163
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
164
164
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
165
165
 
@@ -178,7 +178,7 @@ module PulpRpmClient
178
178
  return_type = opts[:return_type] || 'InlineResponse200'
179
179
 
180
180
  # auth_names
181
- auth_names = opts[:auth_names] || ['Basic']
181
+ auth_names = opts[:auth_names] || ['basicAuth']
182
182
 
183
183
  new_options = opts.merge(
184
184
  :header_params => header_params,
@@ -197,34 +197,34 @@ module PulpRpmClient
197
197
  end
198
198
 
199
199
  # Inspect an update record
200
- # Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
201
- # @param update_record_href [String] URI of Update Record. e.g.: /pulp/api/v3/content/rpm/advisories/1/
200
+ # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
201
+ # @param rpm_update_record_href [String]
202
202
  # @param [Hash] opts the optional parameters
203
203
  # @option opts [String] :fields A list of fields to include in the response.
204
204
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
205
- # @return [RpmUpdateRecord]
206
- def read(update_record_href, opts = {})
207
- data, _status_code, _headers = read_with_http_info(update_record_href, opts)
205
+ # @return [RpmUpdateRecordResponse]
206
+ def read(rpm_update_record_href, opts = {})
207
+ data, _status_code, _headers = read_with_http_info(rpm_update_record_href, opts)
208
208
  data
209
209
  end
210
210
 
211
211
  # Inspect an update record
212
- # Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
213
- # @param update_record_href [String] URI of Update Record. e.g.: /pulp/api/v3/content/rpm/advisories/1/
212
+ # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
213
+ # @param rpm_update_record_href [String]
214
214
  # @param [Hash] opts the optional parameters
215
215
  # @option opts [String] :fields A list of fields to include in the response.
216
216
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
217
- # @return [Array<(RpmUpdateRecord, Integer, Hash)>] RpmUpdateRecord data, response status code and response headers
218
- def read_with_http_info(update_record_href, opts = {})
217
+ # @return [Array<(RpmUpdateRecordResponse, Integer, Hash)>] RpmUpdateRecordResponse data, response status code and response headers
218
+ def read_with_http_info(rpm_update_record_href, opts = {})
219
219
  if @api_client.config.debugging
220
220
  @api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.read ...'
221
221
  end
222
- # verify the required parameter 'update_record_href' is set
223
- if @api_client.config.client_side_validation && update_record_href.nil?
224
- fail ArgumentError, "Missing the required parameter 'update_record_href' when calling ContentAdvisoriesApi.read"
222
+ # verify the required parameter 'rpm_update_record_href' is set
223
+ if @api_client.config.client_side_validation && rpm_update_record_href.nil?
224
+ fail ArgumentError, "Missing the required parameter 'rpm_update_record_href' when calling ContentAdvisoriesApi.read"
225
225
  end
226
226
  # resource path
227
- local_var_path = '{update_record_href}'.sub('{' + 'update_record_href' + '}', CGI.escape(update_record_href.to_s).gsub('%2F', '/'))
227
+ local_var_path = '{rpm_update_record_href}'.sub('{' + 'rpm_update_record_href' + '}', CGI.escape(rpm_update_record_href.to_s).gsub('%2F', '/'))
228
228
 
229
229
  # query parameters
230
230
  query_params = opts[:query_params] || {}
@@ -243,10 +243,10 @@ module PulpRpmClient
243
243
  post_body = opts[:body]
244
244
 
245
245
  # return_type
246
- return_type = opts[:return_type] || 'RpmUpdateRecord'
246
+ return_type = opts[:return_type] || 'RpmUpdateRecordResponse'
247
247
 
248
248
  # auth_names
249
- auth_names = opts[:auth_names] || ['Basic']
249
+ auth_names = opts[:auth_names] || ['basicAuth']
250
250
 
251
251
  new_options = opts.merge(
252
252
  :header_params => header_params,
@@ -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,29 +21,29 @@ module PulpRpmClient
21
21
  end
22
22
  # Delete a distribution tree
23
23
  # Distribution Tree Viewset.
24
- # @param distribution_tree_href [String] URI of Distribution Tree. e.g.: /pulp/api/v3/content/rpm/distribution_trees/1/
24
+ # @param rpm_distribution_tree_href [String]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [nil]
27
- def delete(distribution_tree_href, opts = {})
28
- delete_with_http_info(distribution_tree_href, opts)
27
+ def delete(rpm_distribution_tree_href, opts = {})
28
+ delete_with_http_info(rpm_distribution_tree_href, opts)
29
29
  nil
30
30
  end
31
31
 
32
32
  # Delete a distribution tree
33
33
  # Distribution Tree Viewset.
34
- # @param distribution_tree_href [String] URI of Distribution Tree. e.g.: /pulp/api/v3/content/rpm/distribution_trees/1/
34
+ # @param rpm_distribution_tree_href [String]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
37
- def delete_with_http_info(distribution_tree_href, opts = {})
37
+ def delete_with_http_info(rpm_distribution_tree_href, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentDistributionTreesApi.delete ...'
40
40
  end
41
- # verify the required parameter 'distribution_tree_href' is set
42
- if @api_client.config.client_side_validation && distribution_tree_href.nil?
43
- fail ArgumentError, "Missing the required parameter 'distribution_tree_href' when calling ContentDistributionTreesApi.delete"
41
+ # verify the required parameter 'rpm_distribution_tree_href' is set
42
+ if @api_client.config.client_side_validation && rpm_distribution_tree_href.nil?
43
+ fail ArgumentError, "Missing the required parameter 'rpm_distribution_tree_href' when calling ContentDistributionTreesApi.delete"
44
44
  end
45
45
  # resource path
46
- local_var_path = '{distribution_tree_href}'.sub('{' + 'distribution_tree_href' + '}', CGI.escape(distribution_tree_href.to_s).gsub('%2F', '/'))
46
+ local_var_path = '{rpm_distribution_tree_href}'.sub('{' + 'rpm_distribution_tree_href' + '}', CGI.escape(rpm_distribution_tree_href.to_s).gsub('%2F', '/'))
47
47
 
48
48
  # query parameters
49
49
  query_params = opts[:query_params] || {}
@@ -61,7 +61,7 @@ module PulpRpmClient
61
61
  return_type = opts[:return_type]
62
62
 
63
63
  # auth_names
64
- auth_names = opts[:auth_names] || ['Basic']
64
+ auth_names = opts[:auth_names] || ['basicAuth']
65
65
 
66
66
  new_options = opts.merge(
67
67
  :header_params => header_params,
@@ -82,12 +82,12 @@ module PulpRpmClient
82
82
  # List distribution trees
83
83
  # Distribution Tree Viewset.
84
84
  # @param [Hash] opts the optional parameters
85
- # @option opts [String] :ordering Which field to use when ordering the results.
86
- # @option opts [String] :repository_version Repository Version referenced by HREF
87
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
88
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
89
85
  # @option opts [Integer] :limit Number of results to return per page.
90
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
+ # @option opts [String] :ordering Which field to use when ordering the results.
88
+ # @option opts [String] :repository_version repository_version
89
+ # @option opts [String] :repository_version_added repository_version_added
90
+ # @option opts [String] :repository_version_removed repository_version_removed
91
91
  # @option opts [String] :fields A list of fields to include in the response.
92
92
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
93
93
  # @return [InlineResponse2001]
@@ -99,12 +99,12 @@ module PulpRpmClient
99
99
  # List distribution trees
100
100
  # Distribution Tree Viewset.
101
101
  # @param [Hash] opts the optional parameters
102
- # @option opts [String] :ordering Which field to use when ordering the results.
103
- # @option opts [String] :repository_version Repository Version referenced by HREF
104
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
105
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
106
102
  # @option opts [Integer] :limit Number of results to return per page.
107
103
  # @option opts [Integer] :offset The initial index from which to return the results.
104
+ # @option opts [String] :ordering Which field to use when ordering the results.
105
+ # @option opts [String] :repository_version repository_version
106
+ # @option opts [String] :repository_version_added repository_version_added
107
+ # @option opts [String] :repository_version_removed repository_version_removed
108
108
  # @option opts [String] :fields A list of fields to include in the response.
109
109
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
110
  # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
@@ -117,12 +117,12 @@ module PulpRpmClient
117
117
 
118
118
  # query parameters
119
119
  query_params = opts[:query_params] || {}
120
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
121
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
120
122
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
121
123
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
122
124
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
123
125
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
124
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
125
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
126
126
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
127
127
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
128
128
 
@@ -141,7 +141,7 @@ module PulpRpmClient
141
141
  return_type = opts[:return_type] || 'InlineResponse2001'
142
142
 
143
143
  # auth_names
144
- auth_names = opts[:auth_names] || ['Basic']
144
+ auth_names = opts[:auth_names] || ['basicAuth']
145
145
 
146
146
  new_options = opts.merge(
147
147
  :header_params => header_params,
@@ -161,33 +161,33 @@ module PulpRpmClient
161
161
 
162
162
  # Inspect a distribution tree
163
163
  # Distribution Tree Viewset.
164
- # @param distribution_tree_href [String] URI of Distribution Tree. e.g.: /pulp/api/v3/content/rpm/distribution_trees/1/
164
+ # @param rpm_distribution_tree_href [String]
165
165
  # @param [Hash] opts the optional parameters
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
- # @return [RpmDistributionTree]
169
- def read(distribution_tree_href, opts = {})
170
- data, _status_code, _headers = read_with_http_info(distribution_tree_href, opts)
168
+ # @return [RpmDistributionTreeResponse]
169
+ def read(rpm_distribution_tree_href, opts = {})
170
+ data, _status_code, _headers = read_with_http_info(rpm_distribution_tree_href, opts)
171
171
  data
172
172
  end
173
173
 
174
174
  # Inspect a distribution tree
175
175
  # Distribution Tree Viewset.
176
- # @param distribution_tree_href [String] URI of Distribution Tree. e.g.: /pulp/api/v3/content/rpm/distribution_trees/1/
176
+ # @param rpm_distribution_tree_href [String]
177
177
  # @param [Hash] opts the optional parameters
178
178
  # @option opts [String] :fields A list of fields to include in the response.
179
179
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
180
- # @return [Array<(RpmDistributionTree, Integer, Hash)>] RpmDistributionTree data, response status code and response headers
181
- def read_with_http_info(distribution_tree_href, opts = {})
180
+ # @return [Array<(RpmDistributionTreeResponse, Integer, Hash)>] RpmDistributionTreeResponse data, response status code and response headers
181
+ def read_with_http_info(rpm_distribution_tree_href, opts = {})
182
182
  if @api_client.config.debugging
183
183
  @api_client.config.logger.debug 'Calling API: ContentDistributionTreesApi.read ...'
184
184
  end
185
- # verify the required parameter 'distribution_tree_href' is set
186
- if @api_client.config.client_side_validation && distribution_tree_href.nil?
187
- fail ArgumentError, "Missing the required parameter 'distribution_tree_href' when calling ContentDistributionTreesApi.read"
185
+ # verify the required parameter 'rpm_distribution_tree_href' is set
186
+ if @api_client.config.client_side_validation && rpm_distribution_tree_href.nil?
187
+ fail ArgumentError, "Missing the required parameter 'rpm_distribution_tree_href' when calling ContentDistributionTreesApi.read"
188
188
  end
189
189
  # resource path
190
- local_var_path = '{distribution_tree_href}'.sub('{' + 'distribution_tree_href' + '}', CGI.escape(distribution_tree_href.to_s).gsub('%2F', '/'))
190
+ local_var_path = '{rpm_distribution_tree_href}'.sub('{' + 'rpm_distribution_tree_href' + '}', CGI.escape(rpm_distribution_tree_href.to_s).gsub('%2F', '/'))
191
191
 
192
192
  # query parameters
193
193
  query_params = opts[:query_params] || {}
@@ -206,10 +206,10 @@ module PulpRpmClient
206
206
  post_body = opts[:body]
207
207
 
208
208
  # return_type
209
- return_type = opts[:return_type] || 'RpmDistributionTree'
209
+ return_type = opts[:return_type] || 'RpmDistributionTreeResponse'
210
210
 
211
211
  # auth_names
212
- auth_names = opts[:auth_names] || ['Basic']
212
+ auth_names = opts[:auth_names] || ['basicAuth']
213
213
 
214
214
  new_options = opts.merge(
215
215
  :header_params => header_params,