pulp_rpm_client 3.0.0b71572533171 → 3.0.0rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +63 -22
  3. data/docs/ContentAdvisoriesApi.md +15 -7
  4. data/docs/ContentDistributionTreesApi.md +2 -2
  5. data/docs/ContentModulemdDefaultsApi.md +6 -6
  6. data/docs/{ContentModulemdApi.md → ContentModulemdsApi.md} +14 -14
  7. data/docs/ContentPackagecategoriesApi.md +189 -0
  8. data/docs/ContentPackageenvironmentsApi.md +189 -0
  9. data/docs/ContentPackagegroupsApi.md +189 -0
  10. data/docs/ContentPackagelangpacksApi.md +189 -0
  11. data/docs/ContentPackagesApi.md +4 -4
  12. data/docs/ContentRepoMetadataFilesApi.md +4 -4
  13. data/docs/ContentSummary.md +21 -0
  14. data/docs/DistributionsRpmApi.md +10 -10
  15. data/docs/InlineResponse200.md +1 -1
  16. data/docs/InlineResponse2001.md +1 -1
  17. data/docs/InlineResponse20010.md +23 -0
  18. data/docs/InlineResponse20011.md +23 -0
  19. data/docs/InlineResponse20012.md +23 -0
  20. data/docs/InlineResponse20013.md +23 -0
  21. data/docs/InlineResponse20014.md +23 -0
  22. data/docs/InlineResponse2002.md +1 -1
  23. data/docs/InlineResponse2003.md +1 -1
  24. data/docs/InlineResponse2004.md +1 -1
  25. data/docs/InlineResponse2005.md +1 -1
  26. data/docs/InlineResponse2006.md +1 -1
  27. data/docs/InlineResponse2007.md +1 -1
  28. data/docs/InlineResponse2008.md +1 -1
  29. data/docs/InlineResponse2009.md +23 -0
  30. data/docs/PublicationsRpmApi.md +6 -6
  31. data/docs/RemotesRpmApi.md +12 -68
  32. data/docs/RepositoriesRpmApi.md +465 -0
  33. data/docs/RepositoriesRpmVersionsApi.md +214 -0
  34. data/docs/RepositoryAddRemoveContent.md +21 -0
  35. data/docs/RepositorySyncURL.md +2 -2
  36. data/docs/RepositoryVersion.md +25 -0
  37. data/docs/{DistributionTree.md → RpmDistributionTree.md} +2 -2
  38. data/docs/{Modulemd.md → RpmModulemd.md} +2 -8
  39. data/docs/{ModulemdDefaults.md → RpmModulemdDefaults.md} +2 -8
  40. data/docs/{Package.md → RpmPackage.md} +2 -8
  41. data/docs/RpmPackageCategory.md +33 -0
  42. data/docs/RpmPackageEnvironment.md +37 -0
  43. data/docs/RpmPackageGroup.md +39 -0
  44. data/docs/RpmPackageLangpacks.md +19 -0
  45. data/docs/{RepoMetadataFile.md → RpmRepoMetadataFile.md} +2 -8
  46. data/docs/{RpmDistribution.md → RpmRpmDistribution.md} +2 -2
  47. data/docs/{RpmPublication.md → RpmRpmPublication.md} +2 -2
  48. data/docs/{RpmRemote.md → RpmRpmRemote.md} +10 -14
  49. data/docs/RpmRpmRepository.md +27 -0
  50. data/docs/RpmUpdateCollection.md +21 -0
  51. data/docs/{UpdateRecord.md → RpmUpdateRecord.md} +24 -20
  52. data/lib/pulp_rpm_client/api/content_advisories_api.rb +28 -14
  53. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +4 -4
  54. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -8
  55. data/lib/pulp_rpm_client/api/{content_modulemd_api.rb → content_modulemds_api.rb} +30 -30
  56. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +227 -0
  57. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +227 -0
  58. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +227 -0
  59. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +227 -0
  60. data/lib/pulp_rpm_client/api/content_packages_api.rb +7 -7
  61. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +7 -7
  62. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +13 -13
  63. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +9 -9
  64. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +16 -86
  65. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +568 -0
  66. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +268 -0
  67. data/lib/pulp_rpm_client/api_client.rb +1 -1
  68. data/lib/pulp_rpm_client/api_error.rb +1 -1
  69. data/lib/pulp_rpm_client/configuration.rb +1 -1
  70. data/lib/pulp_rpm_client/models/addon.rb +12 -2
  71. data/lib/pulp_rpm_client/models/artifact.rb +18 -2
  72. data/lib/pulp_rpm_client/models/async_operation_response.rb +12 -2
  73. data/lib/pulp_rpm_client/models/checksum.rb +12 -2
  74. data/lib/pulp_rpm_client/models/content_summary.rb +246 -0
  75. data/lib/pulp_rpm_client/models/image.rb +12 -2
  76. data/lib/pulp_rpm_client/models/inline_response200.rb +15 -3
  77. data/lib/pulp_rpm_client/models/inline_response2001.rb +15 -3
  78. data/lib/pulp_rpm_client/models/inline_response20010.rb +247 -0
  79. data/lib/pulp_rpm_client/models/inline_response20011.rb +247 -0
  80. data/lib/pulp_rpm_client/models/inline_response20012.rb +247 -0
  81. data/lib/pulp_rpm_client/models/inline_response20013.rb +247 -0
  82. data/lib/pulp_rpm_client/models/inline_response20014.rb +247 -0
  83. data/lib/pulp_rpm_client/models/inline_response2002.rb +15 -3
  84. data/lib/pulp_rpm_client/models/inline_response2003.rb +15 -3
  85. data/lib/pulp_rpm_client/models/inline_response2004.rb +15 -3
  86. data/lib/pulp_rpm_client/models/inline_response2005.rb +15 -3
  87. data/lib/pulp_rpm_client/models/inline_response2006.rb +15 -3
  88. data/lib/pulp_rpm_client/models/inline_response2007.rb +15 -3
  89. data/lib/pulp_rpm_client/models/inline_response2008.rb +15 -3
  90. data/lib/pulp_rpm_client/models/inline_response2009.rb +247 -0
  91. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +231 -0
  92. data/lib/pulp_rpm_client/models/repository_sync_url.rb +22 -12
  93. data/lib/pulp_rpm_client/models/repository_version.rb +244 -0
  94. data/lib/pulp_rpm_client/models/{distribution_tree.rb → rpm_distribution_tree.rb} +15 -5
  95. data/lib/pulp_rpm_client/models/{modulemd.rb → rpm_modulemd.rb} +16 -60
  96. data/lib/pulp_rpm_client/models/{modulemd_defaults.rb → rpm_modulemd_defaults.rb} +16 -60
  97. data/lib/pulp_rpm_client/models/{package.rb → rpm_package.rb} +16 -60
  98. data/lib/pulp_rpm_client/models/rpm_package_category.rb +405 -0
  99. data/lib/pulp_rpm_client/models/rpm_package_environment.rb +432 -0
  100. data/lib/pulp_rpm_client/models/rpm_package_group.rb +435 -0
  101. data/lib/pulp_rpm_client/models/rpm_package_langpacks.rb +246 -0
  102. data/lib/pulp_rpm_client/models/{repo_metadata_file.rb → rpm_repo_metadata_file.rb} +16 -60
  103. data/lib/pulp_rpm_client/models/{rpm_distribution.rb → rpm_rpm_distribution.rb} +17 -23
  104. data/lib/pulp_rpm_client/models/{rpm_publication.rb → rpm_rpm_publication.rb} +16 -5
  105. data/lib/pulp_rpm_client/models/{rpm_remote.rb → rpm_rpm_remote.rb} +69 -105
  106. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +294 -0
  107. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +240 -0
  108. data/lib/pulp_rpm_client/models/{update_record.rb → rpm_update_record.rb} +49 -239
  109. data/lib/pulp_rpm_client/models/variant.rb +12 -2
  110. data/lib/pulp_rpm_client/version.rb +2 -2
  111. data/lib/pulp_rpm_client.rb +32 -12
  112. data/pulp_rpm_client.gemspec +1 -1
  113. data/spec/api/content_advisories_api_spec.rb +6 -3
  114. data/spec/api/content_distribution_trees_api_spec.rb +2 -2
  115. data/spec/api/content_modulemd_defaults_api_spec.rb +3 -3
  116. data/spec/api/{content_modulemd_api_spec.rb → content_modulemds_api_spec.rb} +9 -9
  117. data/spec/api/content_packagecategories_api_spec.rb +79 -0
  118. data/spec/api/content_packageenvironments_api_spec.rb +79 -0
  119. data/spec/api/content_packagegroups_api_spec.rb +79 -0
  120. data/spec/api/content_packagelangpacks_api_spec.rb +79 -0
  121. data/spec/api/content_packages_api_spec.rb +3 -3
  122. data/spec/api/content_repo_metadata_files_api_spec.rb +3 -3
  123. data/spec/api/distributions_rpm_api_spec.rb +3 -3
  124. data/spec/api/publications_rpm_api_spec.rb +3 -3
  125. data/spec/api/remotes_rpm_api_spec.rb +4 -17
  126. data/spec/api/repositories_rpm_api_spec.rb +141 -0
  127. data/spec/api/repositories_rpm_versions_api_spec.rb +91 -0
  128. data/spec/api_client_spec.rb +1 -1
  129. data/spec/configuration_spec.rb +1 -1
  130. data/spec/models/addon_spec.rb +1 -1
  131. data/spec/models/artifact_spec.rb +1 -1
  132. data/spec/models/async_operation_response_spec.rb +1 -1
  133. data/spec/models/checksum_spec.rb +1 -1
  134. data/spec/models/content_summary_spec.rb +53 -0
  135. data/spec/models/image_spec.rb +1 -1
  136. data/spec/models/inline_response20010_spec.rb +59 -0
  137. data/spec/models/inline_response20011_spec.rb +59 -0
  138. data/spec/models/inline_response20012_spec.rb +59 -0
  139. data/spec/models/inline_response20013_spec.rb +59 -0
  140. data/spec/models/inline_response20014_spec.rb +59 -0
  141. data/spec/models/inline_response2001_spec.rb +1 -1
  142. data/spec/models/inline_response2002_spec.rb +1 -1
  143. data/spec/models/inline_response2003_spec.rb +1 -1
  144. data/spec/models/inline_response2004_spec.rb +1 -1
  145. data/spec/models/inline_response2005_spec.rb +1 -1
  146. data/spec/models/inline_response2006_spec.rb +1 -1
  147. data/spec/models/inline_response2007_spec.rb +1 -1
  148. data/spec/models/inline_response2008_spec.rb +1 -1
  149. data/spec/models/inline_response2009_spec.rb +59 -0
  150. data/spec/models/inline_response200_spec.rb +1 -1
  151. data/spec/models/repository_add_remove_content_spec.rb +53 -0
  152. data/spec/models/repository_sync_url_spec.rb +2 -2
  153. data/spec/models/repository_version_spec.rb +65 -0
  154. data/spec/models/{distribution_tree_spec.rb → rpm_distribution_tree_spec.rb} +7 -7
  155. data/spec/models/{modulemd_defaults_spec.rb → rpm_modulemd_defaults_spec.rb} +7 -25
  156. data/spec/models/{modulemd_spec.rb → rpm_modulemd_spec.rb} +7 -25
  157. data/spec/models/{repo_metadata_file_spec.rb → rpm_package_category_spec.rb} +16 -16
  158. data/spec/models/rpm_package_environment_spec.rb +101 -0
  159. data/spec/models/rpm_package_group_spec.rb +107 -0
  160. data/spec/models/rpm_package_langpacks_spec.rb +47 -0
  161. data/spec/models/{package_spec.rb → rpm_package_spec.rb} +7 -25
  162. data/spec/models/rpm_repo_metadata_file_spec.rb +71 -0
  163. data/spec/models/{rpm_distribution_spec.rb → rpm_rpm_distribution_spec.rb} +7 -7
  164. data/spec/models/{rpm_publication_spec.rb → rpm_rpm_publication_spec.rb} +7 -7
  165. data/spec/models/{rpm_remote_spec.rb → rpm_rpm_remote_spec.rb} +11 -23
  166. data/spec/models/rpm_rpm_repository_spec.rb +71 -0
  167. data/spec/models/rpm_update_collection_spec.rb +53 -0
  168. data/spec/models/{update_record_spec.rb → rpm_update_record_spec.rb} +19 -7
  169. data/spec/models/variant_spec.rb +1 -1
  170. data/spec/spec_helper.rb +1 -1
  171. metadata +126 -46
  172. data/docs/RpmCopyApi.md +0 -70
  173. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -96
  174. data/spec/api/rpm_copy_api_spec.rb +0 -50
@@ -34,7 +34,7 @@ PulpRpmClient.configure do |config|
34
34
  end
35
35
 
36
36
  api_instance = PulpRpmClient::DistributionsRpmApi.new
37
- data = PulpRpmClient::RpmDistribution.new # RpmDistribution |
37
+ data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
38
38
 
39
39
  begin
40
40
  #Create a rpm distribution
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  Name | Type | Description | Notes
52
52
  ------------- | ------------- | ------------- | -------------
53
- **data** | [**RpmDistribution**](RpmDistribution.md)| |
53
+ **data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
54
54
 
55
55
  ### Return type
56
56
 
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > InlineResponse2006 list(opts)
124
+ > InlineResponse20010 list(opts)
125
125
 
126
126
  List rpm distributions
127
127
 
@@ -180,7 +180,7 @@ Name | Type | Description | Notes
180
180
 
181
181
  ### Return type
182
182
 
183
- [**InlineResponse2006**](InlineResponse2006.md)
183
+ [**InlineResponse20010**](InlineResponse20010.md)
184
184
 
185
185
  ### Authorization
186
186
 
@@ -214,7 +214,7 @@ end
214
214
 
215
215
  api_instance = PulpRpmClient::DistributionsRpmApi.new
216
216
  rpm_distribution_href = 'rpm_distribution_href_example' # String | URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
217
- data = PulpRpmClient::RpmDistribution.new # RpmDistribution |
217
+ data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
218
218
 
219
219
  begin
220
220
  #Partially update a rpm distribution
@@ -231,7 +231,7 @@ end
231
231
  Name | Type | Description | Notes
232
232
  ------------- | ------------- | ------------- | -------------
233
233
  **rpm_distribution_href** | **String**| URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/ |
234
- **data** | [**RpmDistribution**](RpmDistribution.md)| |
234
+ **data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
235
235
 
236
236
  ### Return type
237
237
 
@@ -249,7 +249,7 @@ Name | Type | Description | Notes
249
249
 
250
250
  ## read
251
251
 
252
- > RpmDistribution read(rpm_distribution_href, opts)
252
+ > RpmRpmDistribution read(rpm_distribution_href, opts)
253
253
 
254
254
  Inspect a rpm distribution
255
255
 
@@ -294,7 +294,7 @@ Name | Type | Description | Notes
294
294
 
295
295
  ### Return type
296
296
 
297
- [**RpmDistribution**](RpmDistribution.md)
297
+ [**RpmRpmDistribution**](RpmRpmDistribution.md)
298
298
 
299
299
  ### Authorization
300
300
 
@@ -328,7 +328,7 @@ end
328
328
 
329
329
  api_instance = PulpRpmClient::DistributionsRpmApi.new
330
330
  rpm_distribution_href = 'rpm_distribution_href_example' # String | URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
331
- data = PulpRpmClient::RpmDistribution.new # RpmDistribution |
331
+ data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
332
332
 
333
333
  begin
334
334
  #Update a rpm distribution
@@ -345,7 +345,7 @@ end
345
345
  Name | Type | Description | Notes
346
346
  ------------- | ------------- | ------------- | -------------
347
347
  **rpm_distribution_href** | **String**| URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/ |
348
- **data** | [**RpmDistribution**](RpmDistribution.md)| |
348
+ **data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
349
349
 
350
350
  ### Return type
351
351
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<UpdateRecord>**](UpdateRecord.md) | |
10
+ **results** | [**Array<RpmUpdateRecord>**](RpmUpdateRecord.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DistributionTree>**](DistributionTree.md) | |
10
+ **results** | [**Array<RpmDistributionTree>**](RpmDistributionTree.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse20010
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RpmRpmDistribution>**](RpmRpmDistribution.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse20010.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse20011
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RpmRpmPublication>**](RpmRpmPublication.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse20011.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse20012
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RpmRpmRemote>**](RpmRpmRemote.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse20012.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse20013
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RpmRpmRepository>**](RpmRpmRepository.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse20013.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse20014
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse20014.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ModulemdDefaults>**](ModulemdDefaults.md) | |
10
+ **results** | [**Array<RpmModulemdDefaults>**](RpmModulemdDefaults.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<Modulemd>**](Modulemd.md) | |
10
+ **results** | [**Array<RpmModulemd>**](RpmModulemd.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<Package>**](Package.md) | |
10
+ **results** | [**Array<RpmPackageCategory>**](RpmPackageCategory.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepoMetadataFile>**](RepoMetadataFile.md) | |
10
+ **results** | [**Array<RpmPackageEnvironment>**](RpmPackageEnvironment.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmDistribution>**](RpmDistribution.md) | |
10
+ **results** | [**Array<RpmPackageGroup>**](RpmPackageGroup.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPublication>**](RpmPublication.md) | |
10
+ **results** | [**Array<RpmPackageLangpacks>**](RpmPackageLangpacks.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRemote>**](RpmRemote.md) | |
10
+ **results** | [**Array<RpmPackage>**](RpmPackage.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -0,0 +1,23 @@
1
+ # PulpRpmClient::InlineResponse2009
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<RpmRepoMetadataFile>**](RpmRepoMetadataFile.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpRpmClient'
16
+
17
+ instance = PulpRpmClient::InlineResponse2009.new(count: null,
18
+ _next: null,
19
+ previous: null,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -32,7 +32,7 @@ PulpRpmClient.configure do |config|
32
32
  end
33
33
 
34
34
  api_instance = PulpRpmClient::PublicationsRpmApi.new
35
- data = PulpRpmClient::RpmPublication.new # RpmPublication |
35
+ data = PulpRpmClient::RpmRpmPublication.new # RpmRpmPublication |
36
36
 
37
37
  begin
38
38
  #Create a rpm publication
@@ -48,7 +48,7 @@ end
48
48
 
49
49
  Name | Type | Description | Notes
50
50
  ------------- | ------------- | ------------- | -------------
51
- **data** | [**RpmPublication**](RpmPublication.md)| |
51
+ **data** | [**RpmRpmPublication**](RpmRpmPublication.md)| |
52
52
 
53
53
  ### Return type
54
54
 
@@ -118,7 +118,7 @@ nil (empty response body)
118
118
 
119
119
  ## list
120
120
 
121
- > InlineResponse2007 list(opts)
121
+ > InlineResponse20011 list(opts)
122
122
 
123
123
  List rpm publications
124
124
 
@@ -167,7 +167,7 @@ Name | Type | Description | Notes
167
167
 
168
168
  ### Return type
169
169
 
170
- [**InlineResponse2007**](InlineResponse2007.md)
170
+ [**InlineResponse20011**](InlineResponse20011.md)
171
171
 
172
172
  ### Authorization
173
173
 
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
181
181
 
182
182
  ## read
183
183
 
184
- > RpmPublication read(rpm_publication_href, opts)
184
+ > RpmRpmPublication read(rpm_publication_href, opts)
185
185
 
186
186
  Inspect a rpm publication
187
187
 
@@ -226,7 +226,7 @@ Name | Type | Description | Notes
226
226
 
227
227
  ### Return type
228
228
 
229
- [**RpmPublication**](RpmPublication.md)
229
+ [**RpmRpmPublication**](RpmRpmPublication.md)
230
230
 
231
231
  ### Authorization
232
232
 
@@ -9,14 +9,13 @@ Method | HTTP request | Description
9
9
  [**list**](RemotesRpmApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/rpm/ | List rpm remotes
10
10
  [**partial_update**](RemotesRpmApi.md#partial_update) | **PATCH** {rpm_remote_href} | Partially update a rpm remote
11
11
  [**read**](RemotesRpmApi.md#read) | **GET** {rpm_remote_href} | Inspect a rpm remote
12
- [**sync**](RemotesRpmApi.md#sync) | **POST** {rpm_remote_href}sync/ | Sync from remote
13
12
  [**update**](RemotesRpmApi.md#update) | **PUT** {rpm_remote_href} | Update a rpm remote
14
13
 
15
14
 
16
15
 
17
16
  ## create
18
17
 
19
- > RpmRemote create(data)
18
+ > RpmRpmRemote create(data)
20
19
 
21
20
  Create a rpm remote
22
21
 
@@ -35,7 +34,7 @@ PulpRpmClient.configure do |config|
35
34
  end
36
35
 
37
36
  api_instance = PulpRpmClient::RemotesRpmApi.new
38
- data = PulpRpmClient::RpmRemote.new # RpmRemote |
37
+ data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
39
38
 
40
39
  begin
41
40
  #Create a rpm remote
@@ -51,11 +50,11 @@ end
51
50
 
52
51
  Name | Type | Description | Notes
53
52
  ------------- | ------------- | ------------- | -------------
54
- **data** | [**RpmRemote**](RpmRemote.md)| |
53
+ **data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
55
54
 
56
55
  ### Return type
57
56
 
58
- [**RpmRemote**](RpmRemote.md)
57
+ [**RpmRpmRemote**](RpmRpmRemote.md)
59
58
 
60
59
  ### Authorization
61
60
 
@@ -122,7 +121,7 @@ Name | Type | Description | Notes
122
121
 
123
122
  ## list
124
123
 
125
- > InlineResponse2008 list(opts)
124
+ > InlineResponse20012 list(opts)
126
125
 
127
126
  List rpm remotes
128
127
 
@@ -185,7 +184,7 @@ Name | Type | Description | Notes
185
184
 
186
185
  ### Return type
187
186
 
188
- [**InlineResponse2008**](InlineResponse2008.md)
187
+ [**InlineResponse20012**](InlineResponse20012.md)
189
188
 
190
189
  ### Authorization
191
190
 
@@ -219,7 +218,7 @@ end
219
218
 
220
219
  api_instance = PulpRpmClient::RemotesRpmApi.new
221
220
  rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
222
- data = PulpRpmClient::RpmRemote.new # RpmRemote |
221
+ data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
223
222
 
224
223
  begin
225
224
  #Partially update a rpm remote
@@ -236,7 +235,7 @@ end
236
235
  Name | Type | Description | Notes
237
236
  ------------- | ------------- | ------------- | -------------
238
237
  **rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
239
- **data** | [**RpmRemote**](RpmRemote.md)| |
238
+ **data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
240
239
 
241
240
  ### Return type
242
241
 
@@ -254,7 +253,7 @@ Name | Type | Description | Notes
254
253
 
255
254
  ## read
256
255
 
257
- > RpmRemote read(rpm_remote_href, opts)
256
+ > RpmRpmRemote read(rpm_remote_href, opts)
258
257
 
259
258
  Inspect a rpm remote
260
259
 
@@ -299,7 +298,7 @@ Name | Type | Description | Notes
299
298
 
300
299
  ### Return type
301
300
 
302
- [**RpmRemote**](RpmRemote.md)
301
+ [**RpmRpmRemote**](RpmRpmRemote.md)
303
302
 
304
303
  ### Authorization
305
304
 
@@ -311,61 +310,6 @@ Name | Type | Description | Notes
311
310
  - **Accept**: application/json
312
311
 
313
312
 
314
- ## sync
315
-
316
- > AsyncOperationResponse sync(rpm_remote_href, data)
317
-
318
- Sync from remote
319
-
320
- Trigger an asynchronous task to sync RPM content.
321
-
322
- ### Example
323
-
324
- ```ruby
325
- # load the gem
326
- require 'pulp_rpm_client'
327
- # setup authorization
328
- PulpRpmClient.configure do |config|
329
- # Configure HTTP basic authorization: Basic
330
- config.username = 'YOUR USERNAME'
331
- config.password = 'YOUR PASSWORD'
332
- end
333
-
334
- api_instance = PulpRpmClient::RemotesRpmApi.new
335
- rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
336
- data = PulpRpmClient::RepositorySyncURL.new # RepositorySyncURL |
337
-
338
- begin
339
- #Sync from remote
340
- result = api_instance.sync(rpm_remote_href, data)
341
- p result
342
- rescue PulpRpmClient::ApiError => e
343
- puts "Exception when calling RemotesRpmApi->sync: #{e}"
344
- end
345
- ```
346
-
347
- ### Parameters
348
-
349
-
350
- Name | Type | Description | Notes
351
- ------------- | ------------- | ------------- | -------------
352
- **rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
353
- **data** | [**RepositorySyncURL**](RepositorySyncURL.md)| |
354
-
355
- ### Return type
356
-
357
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
358
-
359
- ### Authorization
360
-
361
- [Basic](../README.md#Basic)
362
-
363
- ### HTTP request headers
364
-
365
- - **Content-Type**: application/json
366
- - **Accept**: application/json
367
-
368
-
369
313
  ## update
370
314
 
371
315
  > AsyncOperationResponse update(rpm_remote_href, data)
@@ -388,7 +332,7 @@ end
388
332
 
389
333
  api_instance = PulpRpmClient::RemotesRpmApi.new
390
334
  rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
391
- data = PulpRpmClient::RpmRemote.new # RpmRemote |
335
+ data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
392
336
 
393
337
  begin
394
338
  #Update a rpm remote
@@ -405,7 +349,7 @@ end
405
349
  Name | Type | Description | Notes
406
350
  ------------- | ------------- | ------------- | -------------
407
351
  **rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
408
- **data** | [**RpmRemote**](RpmRemote.md)| |
352
+ **data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
409
353
 
410
354
  ### Return type
411
355