pulp_deb_client 2.13.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (176) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +9 -9
  4. data/docs/ContentGenericContentsApi.md +1 -1
  5. data/docs/ContentInstallerFileIndicesApi.md +1 -1
  6. data/docs/ContentInstallerPackagesApi.md +1 -1
  7. data/docs/ContentPackageIndicesApi.md +1 -1
  8. data/docs/ContentPackageReleaseComponentsApi.md +1 -1
  9. data/docs/ContentPackagesApi.md +1 -1
  10. data/docs/ContentReleaseArchitecturesApi.md +1 -1
  11. data/docs/ContentReleaseComponentsApi.md +1 -1
  12. data/docs/ContentReleaseFilesApi.md +1 -1
  13. data/docs/ContentReleasesApi.md +1 -1
  14. data/docs/DebAptRemote.md +7 -5
  15. data/docs/DebAptRemoteResponse.md +7 -5
  16. data/docs/DebAptRepository.md +3 -3
  17. data/docs/DebAptRepositoryResponse.md +3 -3
  18. data/docs/DistributionsAptApi.md +1 -1
  19. data/docs/PatcheddebAptRemote.md +7 -5
  20. data/docs/PatcheddebAptRepository.md +3 -3
  21. data/docs/PublicationsAptApi.md +1 -1
  22. data/docs/PublicationsVerbatimApi.md +1 -1
  23. data/docs/RemotesAptApi.md +1 -1
  24. data/docs/RepositoriesAptApi.md +1 -1
  25. data/docs/{RepositoriesDebVersionsApi.md → RepositoriesAptVersionsApi.md} +14 -14
  26. data/docs/RepositoryAddRemoveContent.md +2 -2
  27. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +1 -1
  28. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +1 -1
  29. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +1 -1
  30. data/lib/pulp_deb_client/api/content_package_indices_api.rb +1 -1
  31. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +1 -1
  32. data/lib/pulp_deb_client/api/content_packages_api.rb +1 -1
  33. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +1 -1
  34. data/lib/pulp_deb_client/api/content_release_components_api.rb +1 -1
  35. data/lib/pulp_deb_client/api/content_release_files_api.rb +1 -1
  36. data/lib/pulp_deb_client/api/content_releases_api.rb +1 -1
  37. data/lib/pulp_deb_client/api/distributions_apt_api.rb +1 -1
  38. data/lib/pulp_deb_client/api/publications_apt_api.rb +1 -1
  39. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +1 -1
  40. data/lib/pulp_deb_client/api/remotes_apt_api.rb +1 -1
  41. data/lib/pulp_deb_client/api/repositories_apt_api.rb +1 -1
  42. data/lib/pulp_deb_client/api/{repositories_deb_versions_api.rb → repositories_apt_versions_api.rb} +15 -15
  43. data/lib/pulp_deb_client/api_client.rb +12 -8
  44. data/lib/pulp_deb_client/api_error.rb +1 -1
  45. data/lib/pulp_deb_client/configuration.rb +10 -3
  46. data/lib/pulp_deb_client/models/async_operation_response.rb +1 -1
  47. data/lib/pulp_deb_client/models/content_summary.rb +1 -1
  48. data/lib/pulp_deb_client/models/content_summary_response.rb +1 -1
  49. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +1 -1
  50. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +1 -1
  51. data/lib/pulp_deb_client/models/deb_apt_publication.rb +1 -1
  52. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +1 -1
  53. data/lib/pulp_deb_client/models/deb_apt_remote.rb +19 -7
  54. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +19 -7
  55. data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -17
  56. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +18 -17
  57. data/lib/pulp_deb_client/models/deb_base_package.rb +1 -1
  58. data/lib/pulp_deb_client/models/deb_base_package_response.rb +1 -1
  59. data/lib/pulp_deb_client/models/deb_generic_content.rb +1 -1
  60. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +1 -1
  61. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -1
  62. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +1 -1
  63. data/lib/pulp_deb_client/models/deb_package_index.rb +1 -1
  64. data/lib/pulp_deb_client/models/deb_package_index_response.rb +1 -1
  65. data/lib/pulp_deb_client/models/deb_package_release_component.rb +1 -1
  66. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +1 -1
  67. data/lib/pulp_deb_client/models/deb_release.rb +1 -1
  68. data/lib/pulp_deb_client/models/deb_release_architecture.rb +1 -1
  69. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +1 -1
  70. data/lib/pulp_deb_client/models/deb_release_component.rb +1 -1
  71. data/lib/pulp_deb_client/models/deb_release_component_response.rb +1 -1
  72. data/lib/pulp_deb_client/models/deb_release_file.rb +1 -1
  73. data/lib/pulp_deb_client/models/deb_release_file_response.rb +1 -1
  74. data/lib/pulp_deb_client/models/deb_release_response.rb +1 -1
  75. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +1 -1
  76. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +1 -1
  77. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +1 -1
  78. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +1 -1
  79. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +1 -1
  80. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +1 -1
  81. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +1 -1
  82. data/lib/pulp_deb_client/models/paginateddeb_base_package_response_list.rb +1 -1
  83. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +1 -1
  84. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +1 -1
  85. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +1 -1
  86. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +1 -1
  87. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +1 -1
  88. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +1 -1
  89. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +1 -1
  90. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +1 -1
  91. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +1 -1
  92. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +1 -1
  93. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +19 -7
  94. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +18 -17
  95. data/lib/pulp_deb_client/models/policy_enum.rb +1 -1
  96. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +3 -3
  97. data/lib/pulp_deb_client/models/repository_sync_url.rb +1 -1
  98. data/lib/pulp_deb_client/models/repository_version.rb +1 -1
  99. data/lib/pulp_deb_client/models/repository_version_response.rb +1 -1
  100. data/lib/pulp_deb_client/version.rb +2 -2
  101. data/lib/pulp_deb_client.rb +2 -2
  102. data/pulp_deb_client.gemspec +1 -1
  103. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  104. data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
  105. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  106. data/spec/api/content_package_indices_api_spec.rb +1 -1
  107. data/spec/api/content_package_release_components_api_spec.rb +1 -1
  108. data/spec/api/content_packages_api_spec.rb +1 -1
  109. data/spec/api/content_release_architectures_api_spec.rb +1 -1
  110. data/spec/api/content_release_components_api_spec.rb +1 -1
  111. data/spec/api/content_release_files_api_spec.rb +1 -1
  112. data/spec/api/content_releases_api_spec.rb +1 -1
  113. data/spec/api/distributions_apt_api_spec.rb +1 -1
  114. data/spec/api/publications_apt_api_spec.rb +1 -1
  115. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  116. data/spec/api/remotes_apt_api_spec.rb +1 -1
  117. data/spec/api/repositories_apt_api_spec.rb +1 -1
  118. data/spec/api/{repositories_deb_versions_api_spec.rb → repositories_apt_versions_api_spec.rb} +7 -7
  119. data/spec/api_client_spec.rb +2 -2
  120. data/spec/configuration_spec.rb +4 -4
  121. data/spec/models/async_operation_response_spec.rb +1 -1
  122. data/spec/models/content_summary_response_spec.rb +1 -1
  123. data/spec/models/content_summary_spec.rb +1 -1
  124. data/spec/models/deb_apt_distribution_response_spec.rb +1 -1
  125. data/spec/models/deb_apt_distribution_spec.rb +1 -1
  126. data/spec/models/deb_apt_publication_response_spec.rb +1 -1
  127. data/spec/models/deb_apt_publication_spec.rb +1 -1
  128. data/spec/models/deb_apt_remote_response_spec.rb +7 -1
  129. data/spec/models/deb_apt_remote_spec.rb +7 -1
  130. data/spec/models/deb_apt_repository_response_spec.rb +2 -2
  131. data/spec/models/deb_apt_repository_spec.rb +2 -2
  132. data/spec/models/deb_base_package_response_spec.rb +1 -1
  133. data/spec/models/deb_base_package_spec.rb +1 -1
  134. data/spec/models/deb_generic_content_response_spec.rb +1 -1
  135. data/spec/models/deb_generic_content_spec.rb +1 -1
  136. data/spec/models/deb_installer_file_index_response_spec.rb +1 -1
  137. data/spec/models/deb_installer_file_index_spec.rb +1 -1
  138. data/spec/models/deb_package_index_response_spec.rb +1 -1
  139. data/spec/models/deb_package_index_spec.rb +1 -1
  140. data/spec/models/deb_package_release_component_response_spec.rb +1 -1
  141. data/spec/models/deb_package_release_component_spec.rb +1 -1
  142. data/spec/models/deb_release_architecture_response_spec.rb +1 -1
  143. data/spec/models/deb_release_architecture_spec.rb +1 -1
  144. data/spec/models/deb_release_component_response_spec.rb +1 -1
  145. data/spec/models/deb_release_component_spec.rb +1 -1
  146. data/spec/models/deb_release_file_response_spec.rb +1 -1
  147. data/spec/models/deb_release_file_spec.rb +1 -1
  148. data/spec/models/deb_release_response_spec.rb +1 -1
  149. data/spec/models/deb_release_spec.rb +1 -1
  150. data/spec/models/deb_verbatim_publication_response_spec.rb +1 -1
  151. data/spec/models/deb_verbatim_publication_spec.rb +1 -1
  152. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  153. data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +1 -1
  154. data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +1 -1
  155. data/spec/models/paginateddeb_apt_remote_response_list_spec.rb +1 -1
  156. data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +1 -1
  157. data/spec/models/paginateddeb_base_package_response_list_spec.rb +1 -1
  158. data/spec/models/paginateddeb_generic_content_response_list_spec.rb +1 -1
  159. data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +1 -1
  160. data/spec/models/paginateddeb_package_index_response_list_spec.rb +1 -1
  161. data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +1 -1
  162. data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +1 -1
  163. data/spec/models/paginateddeb_release_component_response_list_spec.rb +1 -1
  164. data/spec/models/paginateddeb_release_file_response_list_spec.rb +1 -1
  165. data/spec/models/paginateddeb_release_response_list_spec.rb +1 -1
  166. data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +1 -1
  167. data/spec/models/patcheddeb_apt_distribution_spec.rb +1 -1
  168. data/spec/models/patcheddeb_apt_remote_spec.rb +7 -1
  169. data/spec/models/patcheddeb_apt_repository_spec.rb +2 -2
  170. data/spec/models/policy_enum_spec.rb +1 -1
  171. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  172. data/spec/models/repository_sync_url_spec.rb +1 -1
  173. data/spec/models/repository_version_response_spec.rb +1 -1
  174. data/spec/models/repository_version_spec.rb +1 -1
  175. data/spec/spec_helper.rb +1 -1
  176. metadata +59 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 250d5e1d9f9de08e0a9e03e84fc0c5585adadedab9427e46bff6da78ad6eb4b5
4
- data.tar.gz: c107b311be54f32bf100378fda2c75d4fb452e657c5f7e4afff40d57e8de0388
3
+ metadata.gz: 9f5b70b0383f95e0313330514907298d65bc2a5b93f5fa006e1aafda4614c249
4
+ data.tar.gz: 770fbea5d53c0e1a449803672881d71296adcafcf163f8921d1e85be84c667e0
5
5
  SHA512:
6
- metadata.gz: 23f845438b0fd20ba32dc3b827d08ed0af42bd9ff83883c726336f1dcf4525500967a35fc1f99e0b275edb4e64d1fa59e5624c64ddf1f6613a6f0c05dadf76ad
7
- data.tar.gz: 75d08722853722ca4c7b099752c7e5de51f633beb242ea523116cd70249df84beacb61ff6143404a8656a616a3bf7fc3aaefe9a483d87d01c575b55ce7a6e329
6
+ metadata.gz: 729efed4a2f886611fa0bf1815df8d62881c612aacc0d09aff0a2960a219a828c6497f6971f1e8db22981256e95d4ea3619aba8661c84801b2bb9276d410cf75
7
+ data.tar.gz: c70b06f932b5ec39e4d9bf05127c9bdfb50ae1c516a21e672d61eee95f20af8721f193ea705d5842b5c3f3f467543d68c1f4e3d036f29f89a9e1353f5567b21c
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.13.0
10
+ - Package version: 2.15.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-2.13.0.gem
27
+ gem install ./pulp_deb_client-2.15.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.13.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.15.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_deb_client', '~> 2.13.0'
36
+ gem 'pulp_deb_client', '~> 2.15.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -84,7 +84,7 @@ end
84
84
 
85
85
  ## Documentation for API Endpoints
86
86
 
87
- All URIs are relative to *http://pulp*
87
+ All URIs are relative to *https://pulp*
88
88
 
89
89
  Class | Method | HTTP request | Description
90
90
  ------------ | ------------- | ------------- | -------------
@@ -146,10 +146,10 @@ Class | Method | HTTP request | Description
146
146
  *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
147
147
  *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
148
148
  *PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_apt_repository_href} | Update an apt repository
149
- *PulpDebClient::RepositoriesDebVersionsApi* | [**delete**](docs/RepositoriesDebVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
150
- *PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
151
- *PulpDebClient::RepositoriesDebVersionsApi* | [**read**](docs/RepositoriesDebVersionsApi.md#read) | **GET** {deb_apt_repository_version_href} | Inspect a repository version
152
- *PulpDebClient::RepositoriesDebVersionsApi* | [**repair**](docs/RepositoriesDebVersionsApi.md#repair) | **POST** {deb_apt_repository_version_href}repair/ |
149
+ *PulpDebClient::RepositoriesAptVersionsApi* | [**delete**](docs/RepositoriesAptVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
150
+ *PulpDebClient::RepositoriesAptVersionsApi* | [**list**](docs/RepositoriesAptVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
151
+ *PulpDebClient::RepositoriesAptVersionsApi* | [**read**](docs/RepositoriesAptVersionsApi.md#read) | **GET** {deb_apt_repository_version_href} | Inspect a repository version
152
+ *PulpDebClient::RepositoriesAptVersionsApi* | [**repair**](docs/RepositoriesAptVersionsApi.md#repair) | **POST** {deb_apt_repository_version_href}repair/ |
153
153
 
154
154
 
155
155
  ## Documentation for Models
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentGenericContentsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerFileIndicesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerPackagesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageIndicesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageReleaseComponentsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackagesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseArchitecturesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseComponentsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseFilesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleasesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/DebAptRemote.md CHANGED
@@ -16,12 +16,13 @@ Name | Type | Description | Notes
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
- **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
20
21
  **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]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
22
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
23
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
24
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
22
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
26
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
27
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
27
28
  **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
@@ -51,6 +52,7 @@ instance = PulpDebClient::DebAptRemote.new(name: null,
51
52
  password: null,
52
53
  pulp_labels: null,
53
54
  download_concurrency: null,
55
+ max_retries: null,
54
56
  policy: null,
55
57
  total_timeout: null,
56
58
  connect_timeout: null,
@@ -14,12 +14,13 @@ Name | Type | Description | Notes
14
14
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
15
  **pulp_labels** | [**Object**](.md) | | [optional]
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
- **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
18
19
  **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]
19
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
20
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
21
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
22
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
20
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
24
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
24
25
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
25
26
  **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
@@ -47,6 +48,7 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
47
48
  pulp_labels: null,
48
49
  pulp_last_updated: null,
49
50
  download_concurrency: null,
51
+ max_retries: null,
50
52
  policy: null,
51
53
  total_timeout: null,
52
54
  connect_timeout: null,
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
- **remote** | **String** | | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -18,7 +18,7 @@ require 'PulpDebClient'
18
18
  instance = PulpDebClient::DebAptRepository.new(pulp_labels: null,
19
19
  name: null,
20
20
  description: null,
21
- retained_versions: null,
21
+ retain_repo_versions: null,
22
22
  remote: null)
23
23
  ```
24
24
 
@@ -11,8 +11,8 @@ Name | Type | Description | Notes
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
- **remote** | **String** | | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
16
 
17
17
  ## Code Sample
18
18
 
@@ -26,7 +26,7 @@ instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
26
26
  latest_version_href: null,
27
27
  name: null,
28
28
  description: null,
29
- retained_versions: null,
29
+ retain_repo_versions: null,
30
30
  remote: null)
31
31
  ```
32
32
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DistributionsAptApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -16,12 +16,13 @@ Name | Type | Description | Notes
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
- **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
19
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
20
21
  **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]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
22
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
23
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
24
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
22
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
26
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
27
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
27
28
  **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. | [optional]
@@ -51,6 +52,7 @@ instance = PulpDebClient::PatcheddebAptRemote.new(name: null,
51
52
  password: null,
52
53
  pulp_labels: null,
53
54
  download_concurrency: null,
55
+ max_retries: null,
54
56
  policy: null,
55
57
  total_timeout: null,
56
58
  connect_timeout: null,
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
- **remote** | **String** | | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -18,7 +18,7 @@ require 'PulpDebClient'
18
18
  instance = PulpDebClient::PatcheddebAptRepository.new(pulp_labels: null,
19
19
  name: null,
20
20
  description: null,
21
- retained_versions: null,
21
+ retain_repo_versions: null,
22
22
  remote: null)
23
23
  ```
24
24
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::PublicationsAptApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::PublicationsVerbatimApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RemotesAptApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::RepositoriesAptApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,13 +1,13 @@
1
- # PulpDebClient::RepositoriesDebVersionsApi
1
+ # PulpDebClient::RepositoriesAptVersionsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**delete**](RepositoriesDebVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
8
- [**list**](RepositoriesDebVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
9
- [**read**](RepositoriesDebVersionsApi.md#read) | **GET** {deb_apt_repository_version_href} | Inspect a repository version
10
- [**repair**](RepositoriesDebVersionsApi.md#repair) | **POST** {deb_apt_repository_version_href}repair/ |
7
+ [**delete**](RepositoriesAptVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
8
+ [**list**](RepositoriesAptVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
9
+ [**read**](RepositoriesAptVersionsApi.md#read) | **GET** {deb_apt_repository_version_href} | Inspect a repository version
10
+ [**repair**](RepositoriesAptVersionsApi.md#repair) | **POST** {deb_apt_repository_version_href}repair/ |
11
11
 
12
12
 
13
13
 
@@ -31,7 +31,7 @@ PulpDebClient.configure do |config|
31
31
  config.password = 'YOUR PASSWORD'
32
32
  end
33
33
 
34
- api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
34
+ api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
35
35
  deb_apt_repository_version_href = 'deb_apt_repository_version_href_example' # String |
36
36
 
37
37
  begin
@@ -39,7 +39,7 @@ begin
39
39
  result = api_instance.delete(deb_apt_repository_version_href)
40
40
  p result
41
41
  rescue PulpDebClient::ApiError => e
42
- puts "Exception when calling RepositoriesDebVersionsApi->delete: #{e}"
42
+ puts "Exception when calling RepositoriesAptVersionsApi->delete: #{e}"
43
43
  end
44
44
  ```
45
45
 
@@ -84,7 +84,7 @@ PulpDebClient.configure do |config|
84
84
  config.password = 'YOUR PASSWORD'
85
85
  end
86
86
 
87
- api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
87
+ api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
88
88
  deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
89
89
  opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
@@ -113,7 +113,7 @@ begin
113
113
  result = api_instance.list(deb_apt_repository_href, opts)
114
114
  p result
115
115
  rescue PulpDebClient::ApiError => e
116
- puts "Exception when calling RepositoriesDebVersionsApi->list: #{e}"
116
+ puts "Exception when calling RepositoriesAptVersionsApi->list: #{e}"
117
117
  end
118
118
  ```
119
119
 
@@ -177,7 +177,7 @@ PulpDebClient.configure do |config|
177
177
  config.password = 'YOUR PASSWORD'
178
178
  end
179
179
 
180
- api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
180
+ api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
181
181
  deb_apt_repository_version_href = 'deb_apt_repository_version_href_example' # String |
182
182
  opts = {
183
183
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -189,7 +189,7 @@ begin
189
189
  result = api_instance.read(deb_apt_repository_version_href, opts)
190
190
  p result
191
191
  rescue PulpDebClient::ApiError => e
192
- puts "Exception when calling RepositoriesDebVersionsApi->read: #{e}"
192
+ puts "Exception when calling RepositoriesAptVersionsApi->read: #{e}"
193
193
  end
194
194
  ```
195
195
 
@@ -236,7 +236,7 @@ PulpDebClient.configure do |config|
236
236
  config.password = 'YOUR PASSWORD'
237
237
  end
238
238
 
239
- api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
239
+ api_instance = PulpDebClient::RepositoriesAptVersionsApi.new
240
240
  deb_apt_repository_version_href = 'deb_apt_repository_version_href_example' # String |
241
241
  repository_version = PulpDebClient::RepositoryVersion.new # RepositoryVersion |
242
242
 
@@ -244,7 +244,7 @@ begin
244
244
  result = api_instance.repair(deb_apt_repository_version_href, repository_version)
245
245
  p result
246
246
  rescue PulpDebClient::ApiError => e
247
- puts "Exception when calling RepositoriesDebVersionsApi->repair: #{e}"
247
+ puts "Exception when calling RepositoriesAptVersionsApi->repair: #{e}"
248
248
  end
249
249
  ```
250
250