pulp_deb_client 2.5.0b1 → 2.6.0b1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (221) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +60 -39
  3. data/docs/ContentGenericContentsApi.md +26 -26
  4. data/docs/ContentInstallerFileIndicesApi.md +37 -37
  5. data/docs/ContentInstallerPackagesApi.md +56 -56
  6. data/docs/ContentPackageIndicesApi.md +37 -37
  7. data/docs/ContentPackageReleaseComponentsApi.md +33 -33
  8. data/docs/ContentPackagesApi.md +58 -58
  9. data/docs/ContentReleaseArchitecturesApi.md +33 -33
  10. data/docs/ContentReleaseComponentsApi.md +33 -33
  11. data/docs/ContentReleaseFilesApi.md +37 -37
  12. data/docs/ContentReleasesApi.md +35 -35
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +21 -0
  15. data/docs/DebAptDistribution.md +1 -7
  16. data/docs/DebAptDistributionResponse.md +29 -0
  17. data/docs/DebAptPublication.md +1 -5
  18. data/docs/DebAptPublicationResponse.md +29 -0
  19. data/docs/DebAptRemote.md +4 -10
  20. data/docs/DebAptRemoteResponse.md +57 -0
  21. data/docs/DebAptRepository.md +4 -10
  22. data/docs/DebAptRepositoryResponse.md +29 -0
  23. data/docs/DebBasePackage.md +5 -75
  24. data/docs/DebBasePackageResponse.md +93 -0
  25. data/docs/DebGenericContent.md +5 -17
  26. data/docs/DebGenericContentResponse.md +35 -0
  27. data/docs/DebInstallerFileIndex.md +2 -6
  28. data/docs/DebInstallerFileIndexResponse.md +29 -0
  29. data/docs/DebPackageIndex.md +2 -6
  30. data/docs/DebPackageIndexResponse.md +29 -0
  31. data/docs/DebPackageReleaseComponent.md +1 -5
  32. data/docs/DebPackageReleaseComponentResponse.md +23 -0
  33. data/docs/DebRelease.md +1 -5
  34. data/docs/DebReleaseArchitecture.md +1 -5
  35. data/docs/DebReleaseArchitectureResponse.md +23 -0
  36. data/docs/DebReleaseComponent.md +1 -5
  37. data/docs/DebReleaseComponentResponse.md +23 -0
  38. data/docs/DebReleaseFile.md +2 -6
  39. data/docs/DebReleaseFileResponse.md +29 -0
  40. data/docs/DebReleaseResponse.md +25 -0
  41. data/docs/DebVerbatimPublication.md +1 -5
  42. data/docs/DebVerbatimPublicationResponse.md +23 -0
  43. data/docs/DistributionsAptApi.md +110 -62
  44. data/docs/InlineResponse200.md +3 -3
  45. data/docs/InlineResponse2001.md +3 -3
  46. data/docs/InlineResponse20010.md +3 -3
  47. data/docs/InlineResponse20011.md +3 -3
  48. data/docs/InlineResponse20012.md +3 -3
  49. data/docs/InlineResponse20013.md +3 -3
  50. data/docs/InlineResponse20014.md +3 -3
  51. data/docs/InlineResponse2002.md +3 -3
  52. data/docs/InlineResponse2003.md +3 -3
  53. data/docs/InlineResponse2004.md +3 -3
  54. data/docs/InlineResponse2005.md +3 -3
  55. data/docs/InlineResponse2006.md +3 -3
  56. data/docs/InlineResponse2007.md +3 -3
  57. data/docs/InlineResponse2008.md +3 -3
  58. data/docs/InlineResponse2009.md +3 -3
  59. data/docs/PatcheddebAptDistribution.md +23 -0
  60. data/docs/PatcheddebAptRemote.md +51 -0
  61. data/docs/PatcheddebAptRepository.md +21 -0
  62. data/docs/PolicyEnum.md +16 -0
  63. data/docs/PublicationsAptApi.md +43 -43
  64. data/docs/PublicationsVerbatimApi.md +43 -43
  65. data/docs/RemotesAptApi.md +128 -68
  66. data/docs/RepositoriesAptApi.md +100 -76
  67. data/docs/RepositoriesDebVersionsApi.md +96 -64
  68. data/docs/RepositoryAddRemoveContent.md +2 -2
  69. data/docs/RepositorySyncURL.md +1 -1
  70. data/docs/RepositoryVersion.md +1 -9
  71. data/docs/RepositoryVersionResponse.md +25 -0
  72. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
  73. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
  74. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
  75. data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
  76. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
  77. data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
  78. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
  79. data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
  80. data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
  81. data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
  82. data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
  83. data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
  84. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
  85. data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
  86. data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
  87. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
  88. data/lib/pulp_deb_client/api_client.rb +2 -2
  89. data/lib/pulp_deb_client/api_error.rb +2 -2
  90. data/lib/pulp_deb_client/configuration.rb +3 -3
  91. data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
  92. data/lib/pulp_deb_client/models/content_summary.rb +9 -15
  93. data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
  94. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
  95. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
  96. data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
  97. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
  98. data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
  99. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
  100. data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
  101. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
  102. data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
  103. data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
  104. data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
  105. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
  106. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
  107. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
  108. data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
  109. data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
  110. data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
  111. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
  112. data/lib/pulp_deb_client/models/deb_release.rb +4 -79
  113. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
  114. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
  115. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
  116. data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
  117. data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
  118. data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
  119. data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
  120. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
  121. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
  122. data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
  123. data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
  124. data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
  125. data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
  126. data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
  127. data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
  128. data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
  129. data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
  130. data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
  131. data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
  132. data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
  133. data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
  134. data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
  135. data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
  136. data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
  137. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
  138. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
  139. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
  140. data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
  141. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
  142. data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
  143. data/lib/pulp_deb_client/models/repository_version.rb +7 -43
  144. data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
  145. data/lib/pulp_deb_client/version.rb +3 -3
  146. data/lib/pulp_deb_client.rb +22 -2
  147. data/pulp_deb_client.gemspec +4 -4
  148. data/spec/api/content_generic_contents_api_spec.rb +12 -12
  149. data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
  150. data/spec/api/content_installer_packages_api_spec.rb +27 -27
  151. data/spec/api/content_package_indices_api_spec.rb +17 -17
  152. data/spec/api/content_package_release_components_api_spec.rb +15 -15
  153. data/spec/api/content_packages_api_spec.rb +28 -28
  154. data/spec/api/content_release_architectures_api_spec.rb +15 -15
  155. data/spec/api/content_release_components_api_spec.rb +15 -15
  156. data/spec/api/content_release_files_api_spec.rb +17 -17
  157. data/spec/api/content_releases_api_spec.rb +16 -16
  158. data/spec/api/distributions_apt_api_spec.rb +41 -20
  159. data/spec/api/publications_apt_api_spec.rb +17 -17
  160. data/spec/api/publications_verbatim_api_spec.rb +17 -17
  161. data/spec/api/remotes_apt_api_spec.rb +51 -24
  162. data/spec/api/repositories_apt_api_spec.rb +31 -22
  163. data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
  164. data/spec/api_client_spec.rb +2 -2
  165. data/spec/configuration_spec.rb +2 -2
  166. data/spec/models/async_operation_response_spec.rb +2 -2
  167. data/spec/models/content_summary_response_spec.rb +53 -0
  168. data/spec/models/content_summary_spec.rb +2 -2
  169. data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
  170. data/spec/models/deb_apt_distribution_spec.rb +2 -20
  171. data/spec/models/deb_apt_publication_response_spec.rb +77 -0
  172. data/spec/models/deb_apt_publication_spec.rb +2 -14
  173. data/spec/models/deb_apt_remote_response_spec.rb +161 -0
  174. data/spec/models/deb_apt_remote_spec.rb +2 -24
  175. data/spec/models/deb_apt_repository_response_spec.rb +77 -0
  176. data/spec/models/deb_apt_repository_spec.rb +5 -23
  177. data/spec/models/deb_base_package_response_spec.rb +269 -0
  178. data/spec/models/deb_base_package_spec.rb +4 -214
  179. data/spec/models/deb_generic_content_response_spec.rb +95 -0
  180. data/spec/models/deb_generic_content_spec.rb +4 -40
  181. data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
  182. data/spec/models/deb_installer_file_index_spec.rb +2 -14
  183. data/spec/models/deb_package_index_response_spec.rb +77 -0
  184. data/spec/models/deb_package_index_spec.rb +2 -14
  185. data/spec/models/deb_package_release_component_response_spec.rb +59 -0
  186. data/spec/models/deb_package_release_component_spec.rb +2 -14
  187. data/spec/models/deb_release_architecture_response_spec.rb +59 -0
  188. data/spec/models/deb_release_architecture_spec.rb +2 -14
  189. data/spec/models/deb_release_component_response_spec.rb +59 -0
  190. data/spec/models/deb_release_component_spec.rb +2 -14
  191. data/spec/models/deb_release_file_response_spec.rb +77 -0
  192. data/spec/models/deb_release_file_spec.rb +2 -14
  193. data/spec/models/deb_release_response_spec.rb +65 -0
  194. data/spec/models/deb_release_spec.rb +2 -14
  195. data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
  196. data/spec/models/deb_verbatim_publication_spec.rb +2 -14
  197. data/spec/models/inline_response20010_spec.rb +2 -2
  198. data/spec/models/inline_response20011_spec.rb +2 -2
  199. data/spec/models/inline_response20012_spec.rb +2 -2
  200. data/spec/models/inline_response20013_spec.rb +2 -2
  201. data/spec/models/inline_response20014_spec.rb +2 -2
  202. data/spec/models/inline_response2001_spec.rb +2 -2
  203. data/spec/models/inline_response2002_spec.rb +2 -2
  204. data/spec/models/inline_response2003_spec.rb +2 -2
  205. data/spec/models/inline_response2004_spec.rb +2 -2
  206. data/spec/models/inline_response2005_spec.rb +2 -2
  207. data/spec/models/inline_response2006_spec.rb +2 -2
  208. data/spec/models/inline_response2007_spec.rb +2 -2
  209. data/spec/models/inline_response2008_spec.rb +2 -2
  210. data/spec/models/inline_response2009_spec.rb +2 -2
  211. data/spec/models/inline_response200_spec.rb +2 -2
  212. data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
  213. data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
  214. data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
  215. data/spec/models/policy_enum_spec.rb +35 -0
  216. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  217. data/spec/models/repository_sync_url_spec.rb +2 -2
  218. data/spec/models/repository_version_response_spec.rb +65 -0
  219. data/spec/models/repository_version_spec.rb +2 -26
  220. data/spec/spec_helper.rb +2 -2
  221. metadata +120 -40
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageIndex>**](DebPackageIndex.md) | |
10
+ **results** | [**Array<DebPackageIndexResponse>**](DebPackageIndexResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2003.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2003.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageReleaseComponent>**](DebPackageReleaseComponent.md) | |
10
+ **results** | [**Array<DebPackageReleaseComponentResponse>**](DebPackageReleaseComponentResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2004.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2004.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseArchitecture>**](DebReleaseArchitecture.md) | |
10
+ **results** | [**Array<DebReleaseArchitectureResponse>**](DebReleaseArchitectureResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2005.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2005.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseComponent>**](DebReleaseComponent.md) | |
10
+ **results** | [**Array<DebReleaseComponentResponse>**](DebReleaseComponentResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2006.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2006.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseFile>**](DebReleaseFile.md) | |
10
+ **results** | [**Array<DebReleaseFileResponse>**](DebReleaseFileResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2007.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2007.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebRelease>**](DebRelease.md) | |
10
+ **results** | [**Array<DebReleaseResponse>**](DebReleaseResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2008.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2008.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -4,17 +4,17 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebAptDistribution>**](DebAptDistribution.md) | |
10
+ **results** | [**Array<DebAptDistributionResponse>**](DebAptDistributionResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2009.new(count: null,
17
+ instance = PulpDebClient::InlineResponse2009.new(count: 123,
18
18
  _next: null,
19
19
  previous: null,
20
20
  results: null)
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::PatcheddebAptDistribution
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
8
+ **content_guard** | **String** | An optional content-guard. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
+ **publication** | **String** | Publication to be served | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::PatcheddebAptDistribution.new(base_path: null,
18
+ content_guard: null,
19
+ name: null,
20
+ publication: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,51 @@
1
+ # PulpDebClient::PatcheddebAptRemote
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this remote. | [optional]
8
+ **url** | **String** | The URL of an external content source. | [optional]
9
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
10
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
14
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
18
+ **distributions** | **String** | Whitespace separated list of distributions to sync | [optional]
19
+ **components** | **String** | Whitespace separatet list of components to sync | [optional]
20
+ **architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
21
+ **sync_sources** | **Boolean** | Sync source packages | [optional]
22
+ **sync_udebs** | **Boolean** | Sync installer packages | [optional]
23
+ **sync_installer** | **Boolean** | Sync installer files | [optional]
24
+ **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
25
+
26
+ ## Code Sample
27
+
28
+ ```ruby
29
+ require 'PulpDebClient'
30
+
31
+ instance = PulpDebClient::PatcheddebAptRemote.new(name: null,
32
+ url: null,
33
+ ca_cert: null,
34
+ client_cert: null,
35
+ client_key: null,
36
+ tls_validation: null,
37
+ proxy_url: null,
38
+ username: null,
39
+ password: null,
40
+ download_concurrency: null,
41
+ policy: null,
42
+ distributions: null,
43
+ components: null,
44
+ architectures: null,
45
+ sync_sources: null,
46
+ sync_udebs: null,
47
+ sync_installer: null,
48
+ gpgkey: null)
49
+ ```
50
+
51
+
@@ -0,0 +1,21 @@
1
+ # PulpDebClient::PatcheddebAptRepository
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this repository. | [optional]
8
+ **description** | **String** | An optional description. | [optional]
9
+ **remote** | **String** | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpDebClient'
15
+
16
+ instance = PulpDebClient::PatcheddebAptRepository.new(name: null,
17
+ description: null,
18
+ remote: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,16 @@
1
+ # PulpDebClient::PolicyEnum
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'PulpDebClient'
12
+
13
+ instance = PulpDebClient::PolicyEnum.new()
14
+ ```
15
+
16
+
@@ -5,15 +5,15 @@ All URIs are relative to *http://pulp*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
8
- [**delete**](PublicationsAptApi.md#delete) | **DELETE** {apt_publication_href} | Delete an apt publication
8
+ [**delete**](PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication
9
9
  [**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
10
- [**read**](PublicationsAptApi.md#read) | **GET** {apt_publication_href} | Inspect an apt publication
10
+ [**read**](PublicationsAptApi.md#read) | **GET** {deb_apt_publication_href} | Inspect an apt publication
11
11
 
12
12
 
13
13
 
14
14
  ## create
15
15
 
16
- > AsyncOperationResponse create(data)
16
+ > AsyncOperationResponse create(deb_apt_publication)
17
17
 
18
18
  Create an apt publication
19
19
 
@@ -26,17 +26,17 @@ Trigger an asynchronous task to publish content
26
26
  require 'pulp_deb_client'
27
27
  # setup authorization
28
28
  PulpDebClient.configure do |config|
29
- # Configure HTTP basic authorization: Basic
29
+ # Configure HTTP basic authorization: basicAuth
30
30
  config.username = 'YOUR USERNAME'
31
31
  config.password = 'YOUR PASSWORD'
32
32
  end
33
33
 
34
34
  api_instance = PulpDebClient::PublicationsAptApi.new
35
- data = PulpDebClient::DebAptPublication.new # DebAptPublication |
35
+ deb_apt_publication = PulpDebClient::DebAptPublication.new # DebAptPublication |
36
36
 
37
37
  begin
38
38
  #Create an apt publication
39
- result = api_instance.create(data)
39
+ result = api_instance.create(deb_apt_publication)
40
40
  p result
41
41
  rescue PulpDebClient::ApiError => e
42
42
  puts "Exception when calling PublicationsAptApi->create: #{e}"
@@ -48,7 +48,7 @@ end
48
48
 
49
49
  Name | Type | Description | Notes
50
50
  ------------- | ------------- | ------------- | -------------
51
- **data** | [**DebAptPublication**](DebAptPublication.md)| |
51
+ **deb_apt_publication** | [**DebAptPublication**](DebAptPublication.md)| |
52
52
 
53
53
  ### Return type
54
54
 
@@ -56,21 +56,21 @@ Name | Type | Description | Notes
56
56
 
57
57
  ### Authorization
58
58
 
59
- [Basic](../README.md#Basic)
59
+ [basicAuth](../README.md#basicAuth)
60
60
 
61
61
  ### HTTP request headers
62
62
 
63
- - **Content-Type**: application/json
63
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
64
64
  - **Accept**: application/json
65
65
 
66
66
 
67
67
  ## delete
68
68
 
69
- > delete(apt_publication_href)
69
+ > delete(deb_apt_publication_href)
70
70
 
71
71
  Delete an apt publication
72
72
 
73
- A ViewSet for AptPublication.
73
+ An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
74
74
 
75
75
  ### Example
76
76
 
@@ -79,17 +79,17 @@ A ViewSet for AptPublication.
79
79
  require 'pulp_deb_client'
80
80
  # setup authorization
81
81
  PulpDebClient.configure do |config|
82
- # Configure HTTP basic authorization: Basic
82
+ # Configure HTTP basic authorization: basicAuth
83
83
  config.username = 'YOUR USERNAME'
84
84
  config.password = 'YOUR PASSWORD'
85
85
  end
86
86
 
87
87
  api_instance = PulpDebClient::PublicationsAptApi.new
88
- apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
88
+ deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
89
89
 
90
90
  begin
91
91
  #Delete an apt publication
92
- api_instance.delete(apt_publication_href)
92
+ api_instance.delete(deb_apt_publication_href)
93
93
  rescue PulpDebClient::ApiError => e
94
94
  puts "Exception when calling PublicationsAptApi->delete: #{e}"
95
95
  end
@@ -100,7 +100,7 @@ end
100
100
 
101
101
  Name | Type | Description | Notes
102
102
  ------------- | ------------- | ------------- | -------------
103
- **apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
103
+ **deb_apt_publication_href** | **String**| |
104
104
 
105
105
  ### Return type
106
106
 
@@ -108,7 +108,7 @@ nil (empty response body)
108
108
 
109
109
  ### Authorization
110
110
 
111
- [Basic](../README.md#Basic)
111
+ [basicAuth](../README.md#basicAuth)
112
112
 
113
113
  ### HTTP request headers
114
114
 
@@ -122,7 +122,7 @@ nil (empty response body)
122
122
 
123
123
  List apt publications
124
124
 
125
- A ViewSet for AptPublication.
125
+ An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
126
126
 
127
127
  ### Example
128
128
 
@@ -131,23 +131,23 @@ A ViewSet for AptPublication.
131
131
  require 'pulp_deb_client'
132
132
  # setup authorization
133
133
  PulpDebClient.configure do |config|
134
- # Configure HTTP basic authorization: Basic
134
+ # Configure HTTP basic authorization: basicAuth
135
135
  config.username = 'YOUR USERNAME'
136
136
  config.password = 'YOUR PASSWORD'
137
137
  end
138
138
 
139
139
  api_instance = PulpDebClient::PublicationsAptApi.new
140
140
  opts = {
141
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
142
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
143
- pulp_created__lt: 'pulp_created__lt_example', # String | Filter results where pulp_created is less than value
144
- pulp_created__lte: 'pulp_created__lte_example', # String | Filter results where pulp_created is less than or equal to value
145
- pulp_created__gt: 'pulp_created__gt_example', # String | Filter results where pulp_created is greater than value
146
- pulp_created__gte: 'pulp_created__gte_example', # String | Filter results where pulp_created is greater than or equal to value
147
- pulp_created__range: 'pulp_created__range_example', # String | Filter results where pulp_created is between two comma separated values
148
- pulp_created: 'pulp_created_example', # String | ISO 8601 formatted dates are supported
149
141
  limit: 56, # Integer | Number of results to return per page.
150
142
  offset: 56, # Integer | The initial index from which to return the results.
143
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
144
+ pulp_created: 'pulp_created_example', # String | pulp_created
145
+ pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
146
+ pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
147
+ pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
148
+ pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
149
+ pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
150
+ repository_version: 'repository_version_example', # String | repository_version
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
152
152
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
153
153
  }
@@ -166,16 +166,16 @@ end
166
166
 
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
170
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
171
- **pulp_created__lt** | **String**| Filter results where pulp_created is less than value | [optional]
172
- **pulp_created__lte** | **String**| Filter results where pulp_created is less than or equal to value | [optional]
173
- **pulp_created__gt** | **String**| Filter results where pulp_created is greater than value | [optional]
174
- **pulp_created__gte** | **String**| Filter results where pulp_created is greater than or equal to value | [optional]
175
- **pulp_created__range** | **String**| Filter results where pulp_created is between two comma separated values | [optional]
176
- **pulp_created** | **String**| ISO 8601 formatted dates are supported | [optional]
177
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
178
170
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
171
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
172
+ **pulp_created** | **String**| pulp_created | [optional]
173
+ **pulp_created__gt** | **String**| pulp_created__gt | [optional]
174
+ **pulp_created__gte** | **String**| pulp_created__gte | [optional]
175
+ **pulp_created__lt** | **String**| pulp_created__lt | [optional]
176
+ **pulp_created__lte** | **String**| pulp_created__lte | [optional]
177
+ **pulp_created__range** | **String**| pulp_created__range | [optional]
178
+ **repository_version** | **String**| repository_version | [optional]
179
179
  **fields** | **String**| A list of fields to include in the response. | [optional]
180
180
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
181
181
 
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
 
186
186
  ### Authorization
187
187
 
188
- [Basic](../README.md#Basic)
188
+ [basicAuth](../README.md#basicAuth)
189
189
 
190
190
  ### HTTP request headers
191
191
 
@@ -195,11 +195,11 @@ Name | Type | Description | Notes
195
195
 
196
196
  ## read
197
197
 
198
- > DebAptPublication read(apt_publication_href, opts)
198
+ > DebAptPublicationResponse read(deb_apt_publication_href, opts)
199
199
 
200
200
  Inspect an apt publication
201
201
 
202
- A ViewSet for AptPublication.
202
+ An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
203
203
 
204
204
  ### Example
205
205
 
@@ -208,13 +208,13 @@ A ViewSet for AptPublication.
208
208
  require 'pulp_deb_client'
209
209
  # setup authorization
210
210
  PulpDebClient.configure do |config|
211
- # Configure HTTP basic authorization: Basic
211
+ # Configure HTTP basic authorization: basicAuth
212
212
  config.username = 'YOUR USERNAME'
213
213
  config.password = 'YOUR PASSWORD'
214
214
  end
215
215
 
216
216
  api_instance = PulpDebClient::PublicationsAptApi.new
217
- apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
217
+ deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
218
218
  opts = {
219
219
  fields: 'fields_example', # String | A list of fields to include in the response.
220
220
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -222,7 +222,7 @@ opts = {
222
222
 
223
223
  begin
224
224
  #Inspect an apt publication
225
- result = api_instance.read(apt_publication_href, opts)
225
+ result = api_instance.read(deb_apt_publication_href, opts)
226
226
  p result
227
227
  rescue PulpDebClient::ApiError => e
228
228
  puts "Exception when calling PublicationsAptApi->read: #{e}"
@@ -234,17 +234,17 @@ end
234
234
 
235
235
  Name | Type | Description | Notes
236
236
  ------------- | ------------- | ------------- | -------------
237
- **apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
237
+ **deb_apt_publication_href** | **String**| |
238
238
  **fields** | **String**| A list of fields to include in the response. | [optional]
239
239
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
240
 
241
241
  ### Return type
242
242
 
243
- [**DebAptPublication**](DebAptPublication.md)
243
+ [**DebAptPublicationResponse**](DebAptPublicationResponse.md)
244
244
 
245
245
  ### Authorization
246
246
 
247
- [Basic](../README.md#Basic)
247
+ [basicAuth](../README.md#basicAuth)
248
248
 
249
249
  ### HTTP request headers
250
250