pulp_deb_client 2.4.0b1 → 2.5.0b1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -48
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +4 -4
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +4 -4
  7. data/docs/ContentPackageReleaseComponentsApi.md +4 -4
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +4 -4
  10. data/docs/ContentReleaseComponentsApi.md +4 -4
  11. data/docs/ContentReleaseFilesApi.md +4 -4
  12. data/docs/ContentReleasesApi.md +4 -4
  13. data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
  14. data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
  15. data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
  16. data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
  17. data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
  18. data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
  19. data/docs/DistributionsAptApi.md +43 -43
  20. data/docs/InlineResponse200.md +1 -1
  21. data/docs/InlineResponse2001.md +1 -1
  22. data/docs/InlineResponse20010.md +1 -1
  23. data/docs/InlineResponse20011.md +1 -1
  24. data/docs/InlineResponse20012.md +1 -1
  25. data/docs/InlineResponse20013.md +1 -1
  26. data/docs/InlineResponse20014.md +1 -1
  27. data/docs/InlineResponse2002.md +1 -1
  28. data/docs/InlineResponse2003.md +1 -1
  29. data/docs/InlineResponse2004.md +1 -1
  30. data/docs/InlineResponse2005.md +1 -1
  31. data/docs/InlineResponse2006.md +1 -1
  32. data/docs/InlineResponse2007.md +1 -1
  33. data/docs/InlineResponse2008.md +1 -1
  34. data/docs/InlineResponse2009.md +1 -1
  35. data/docs/PublicationsAptApi.md +26 -26
  36. data/docs/PublicationsVerbatimApi.md +2 -2
  37. data/docs/RemotesAptApi.md +46 -46
  38. data/docs/RepositoriesAptApi.md +56 -56
  39. data/docs/RepositoriesDebVersionsApi.md +13 -11
  40. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  42. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  44. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  45. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  47. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  48. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  49. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  50. data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
  51. data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
  52. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
  54. data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
  55. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
  56. data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
  57. data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
  58. data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
  59. data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
  62. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  63. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  64. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  65. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  66. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  70. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  71. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  72. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  73. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  74. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  77. data/lib/pulp_deb_client/version.rb +1 -1
  78. data/lib/pulp_deb_client.rb +6 -19
  79. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  80. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  81. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  82. data/spec/api/content_package_indices_api_spec.rb +2 -2
  83. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  84. data/spec/api/content_packages_api_spec.rb +1 -1
  85. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  86. data/spec/api/content_release_components_api_spec.rb +2 -2
  87. data/spec/api/content_release_files_api_spec.rb +2 -2
  88. data/spec/api/content_releases_api_spec.rb +2 -2
  89. data/spec/api/distributions_apt_api_spec.rb +13 -13
  90. data/spec/api/publications_apt_api_spec.rb +10 -10
  91. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  92. data/spec/api/remotes_apt_api_spec.rb +15 -15
  93. data/spec/api/repositories_apt_api_spec.rb +17 -17
  94. data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
  95. data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
  96. data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
  97. data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
  98. data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
  99. data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
  100. data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
  101. metadata +26 -78
  102. data/docs/DebDebDistributionRead.md +0 -29
  103. data/docs/DebDebPublicationRead.md +0 -29
  104. data/docs/DebDebRemoteRead.md +0 -57
  105. data/docs/DebDebRepositoryRead.md +0 -27
  106. data/docs/DebInstallerFileIndexRead.md +0 -29
  107. data/docs/DebPackageIndexRead.md +0 -29
  108. data/docs/DebPackageReleaseComponentRead.md +0 -23
  109. data/docs/DebReleaseArchitectureRead.md +0 -23
  110. data/docs/DebReleaseComponentRead.md +0 -23
  111. data/docs/DebReleaseFileRead.md +0 -29
  112. data/docs/DebReleaseRead.md +0 -25
  113. data/docs/DebVerbatimPublicationRead.md +0 -23
  114. data/docs/RepositoryVersionRead.md +0 -25
  115. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
  116. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
  117. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
  118. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
  119. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
  120. data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
  121. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
  122. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
  123. data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
  124. data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
  125. data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
  126. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
  127. data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
  128. data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
  129. data/spec/models/deb_deb_publication_read_spec.rb +0 -77
  130. data/spec/models/deb_deb_remote_read_spec.rb +0 -165
  131. data/spec/models/deb_deb_repository_read_spec.rb +0 -71
  132. data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
  133. data/spec/models/deb_package_index_read_spec.rb +0 -77
  134. data/spec/models/deb_package_release_component_read_spec.rb +0 -59
  135. data/spec/models/deb_release_architecture_read_spec.rb +0 -59
  136. data/spec/models/deb_release_component_read_spec.rb +0 -59
  137. data/spec/models/deb_release_file_read_spec.rb +0 -77
  138. data/spec/models/deb_release_read_spec.rb +0 -65
  139. data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
  140. data/spec/models/repository_version_read_spec.rb +0 -65
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_deb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0b1
4
+ version: 2.5.0b1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -86,32 +86,20 @@ files:
86
86
  - docs/ContentReleaseFilesApi.md
87
87
  - docs/ContentReleasesApi.md
88
88
  - docs/ContentSummary.md
89
- - docs/DebBasePackageRead.md
90
- - docs/DebDebDistribution.md
91
- - docs/DebDebDistributionRead.md
92
- - docs/DebDebPublication.md
93
- - docs/DebDebPublicationRead.md
94
- - docs/DebDebRemote.md
95
- - docs/DebDebRemoteRead.md
96
- - docs/DebDebRepository.md
97
- - docs/DebDebRepositoryRead.md
98
- - docs/DebGenericContentRead.md
89
+ - docs/DebAptDistribution.md
90
+ - docs/DebAptPublication.md
91
+ - docs/DebAptRemote.md
92
+ - docs/DebAptRepository.md
93
+ - docs/DebBasePackage.md
94
+ - docs/DebGenericContent.md
99
95
  - docs/DebInstallerFileIndex.md
100
- - docs/DebInstallerFileIndexRead.md
101
96
  - docs/DebPackageIndex.md
102
- - docs/DebPackageIndexRead.md
103
97
  - docs/DebPackageReleaseComponent.md
104
- - docs/DebPackageReleaseComponentRead.md
105
98
  - docs/DebRelease.md
106
99
  - docs/DebReleaseArchitecture.md
107
- - docs/DebReleaseArchitectureRead.md
108
100
  - docs/DebReleaseComponent.md
109
- - docs/DebReleaseComponentRead.md
110
101
  - docs/DebReleaseFile.md
111
- - docs/DebReleaseFileRead.md
112
- - docs/DebReleaseRead.md
113
102
  - docs/DebVerbatimPublication.md
114
- - docs/DebVerbatimPublicationRead.md
115
103
  - docs/DistributionsAptApi.md
116
104
  - docs/InlineResponse200.md
117
105
  - docs/InlineResponse2001.md
@@ -136,7 +124,6 @@ files:
136
124
  - docs/RepositoryAddRemoveContent.md
137
125
  - docs/RepositorySyncURL.md
138
126
  - docs/RepositoryVersion.md
139
- - docs/RepositoryVersionRead.md
140
127
  - git_push.sh
141
128
  - lib/pulp_deb_client.rb
142
129
  - lib/pulp_deb_client/api/content_generic_contents_api.rb
@@ -160,32 +147,20 @@ files:
160
147
  - lib/pulp_deb_client/configuration.rb
161
148
  - lib/pulp_deb_client/models/async_operation_response.rb
162
149
  - lib/pulp_deb_client/models/content_summary.rb
163
- - lib/pulp_deb_client/models/deb_base_package_read.rb
164
- - lib/pulp_deb_client/models/deb_deb_distribution.rb
165
- - lib/pulp_deb_client/models/deb_deb_distribution_read.rb
166
- - lib/pulp_deb_client/models/deb_deb_publication.rb
167
- - lib/pulp_deb_client/models/deb_deb_publication_read.rb
168
- - lib/pulp_deb_client/models/deb_deb_remote.rb
169
- - lib/pulp_deb_client/models/deb_deb_remote_read.rb
170
- - lib/pulp_deb_client/models/deb_deb_repository.rb
171
- - lib/pulp_deb_client/models/deb_deb_repository_read.rb
172
- - lib/pulp_deb_client/models/deb_generic_content_read.rb
150
+ - lib/pulp_deb_client/models/deb_apt_distribution.rb
151
+ - lib/pulp_deb_client/models/deb_apt_publication.rb
152
+ - lib/pulp_deb_client/models/deb_apt_remote.rb
153
+ - lib/pulp_deb_client/models/deb_apt_repository.rb
154
+ - lib/pulp_deb_client/models/deb_base_package.rb
155
+ - lib/pulp_deb_client/models/deb_generic_content.rb
173
156
  - lib/pulp_deb_client/models/deb_installer_file_index.rb
174
- - lib/pulp_deb_client/models/deb_installer_file_index_read.rb
175
157
  - lib/pulp_deb_client/models/deb_package_index.rb
176
- - lib/pulp_deb_client/models/deb_package_index_read.rb
177
158
  - lib/pulp_deb_client/models/deb_package_release_component.rb
178
- - lib/pulp_deb_client/models/deb_package_release_component_read.rb
179
159
  - lib/pulp_deb_client/models/deb_release.rb
180
160
  - lib/pulp_deb_client/models/deb_release_architecture.rb
181
- - lib/pulp_deb_client/models/deb_release_architecture_read.rb
182
161
  - lib/pulp_deb_client/models/deb_release_component.rb
183
- - lib/pulp_deb_client/models/deb_release_component_read.rb
184
162
  - lib/pulp_deb_client/models/deb_release_file.rb
185
- - lib/pulp_deb_client/models/deb_release_file_read.rb
186
- - lib/pulp_deb_client/models/deb_release_read.rb
187
163
  - lib/pulp_deb_client/models/deb_verbatim_publication.rb
188
- - lib/pulp_deb_client/models/deb_verbatim_publication_read.rb
189
164
  - lib/pulp_deb_client/models/inline_response200.rb
190
165
  - lib/pulp_deb_client/models/inline_response2001.rb
191
166
  - lib/pulp_deb_client/models/inline_response20010.rb
@@ -204,7 +179,6 @@ files:
204
179
  - lib/pulp_deb_client/models/repository_add_remove_content.rb
205
180
  - lib/pulp_deb_client/models/repository_sync_url.rb
206
181
  - lib/pulp_deb_client/models/repository_version.rb
207
- - lib/pulp_deb_client/models/repository_version_read.rb
208
182
  - lib/pulp_deb_client/version.rb
209
183
  - pulp_deb_client.gemspec
210
184
  - spec/api/content_generic_contents_api_spec.rb
@@ -227,31 +201,19 @@ files:
227
201
  - spec/configuration_spec.rb
228
202
  - spec/models/async_operation_response_spec.rb
229
203
  - spec/models/content_summary_spec.rb
230
- - spec/models/deb_base_package_read_spec.rb
231
- - spec/models/deb_deb_distribution_read_spec.rb
232
- - spec/models/deb_deb_distribution_spec.rb
233
- - spec/models/deb_deb_publication_read_spec.rb
234
- - spec/models/deb_deb_publication_spec.rb
235
- - spec/models/deb_deb_remote_read_spec.rb
236
- - spec/models/deb_deb_remote_spec.rb
237
- - spec/models/deb_deb_repository_read_spec.rb
238
- - spec/models/deb_deb_repository_spec.rb
239
- - spec/models/deb_generic_content_read_spec.rb
240
- - spec/models/deb_installer_file_index_read_spec.rb
204
+ - spec/models/deb_apt_distribution_spec.rb
205
+ - spec/models/deb_apt_publication_spec.rb
206
+ - spec/models/deb_apt_remote_spec.rb
207
+ - spec/models/deb_apt_repository_spec.rb
208
+ - spec/models/deb_base_package_spec.rb
209
+ - spec/models/deb_generic_content_spec.rb
241
210
  - spec/models/deb_installer_file_index_spec.rb
242
- - spec/models/deb_package_index_read_spec.rb
243
211
  - spec/models/deb_package_index_spec.rb
244
- - spec/models/deb_package_release_component_read_spec.rb
245
212
  - spec/models/deb_package_release_component_spec.rb
246
- - spec/models/deb_release_architecture_read_spec.rb
247
213
  - spec/models/deb_release_architecture_spec.rb
248
- - spec/models/deb_release_component_read_spec.rb
249
214
  - spec/models/deb_release_component_spec.rb
250
- - spec/models/deb_release_file_read_spec.rb
251
215
  - spec/models/deb_release_file_spec.rb
252
- - spec/models/deb_release_read_spec.rb
253
216
  - spec/models/deb_release_spec.rb
254
- - spec/models/deb_verbatim_publication_read_spec.rb
255
217
  - spec/models/deb_verbatim_publication_spec.rb
256
218
  - spec/models/inline_response20010_spec.rb
257
219
  - spec/models/inline_response20011_spec.rb
@@ -270,7 +232,6 @@ files:
270
232
  - spec/models/inline_response200_spec.rb
271
233
  - spec/models/repository_add_remove_content_spec.rb
272
234
  - spec/models/repository_sync_url_spec.rb
273
- - spec/models/repository_version_read_spec.rb
274
235
  - spec/models/repository_version_spec.rb
275
236
  - spec/spec_helper.rb
276
237
  homepage: https://openapi-generator.tech
@@ -316,50 +277,37 @@ test_files:
316
277
  - spec/api_client_spec.rb
317
278
  - spec/configuration_spec.rb
318
279
  - spec/models/deb_package_index_spec.rb
280
+ - spec/models/deb_apt_distribution_spec.rb
319
281
  - spec/models/repository_sync_url_spec.rb
320
282
  - spec/models/async_operation_response_spec.rb
321
- - spec/models/deb_release_component_read_spec.rb
322
- - spec/models/deb_generic_content_read_spec.rb
323
283
  - spec/models/inline_response20013_spec.rb
324
284
  - spec/models/repository_add_remove_content_spec.rb
325
- - spec/models/deb_release_read_spec.rb
326
- - spec/models/deb_deb_repository_spec.rb
327
285
  - spec/models/inline_response2003_spec.rb
328
286
  - spec/models/deb_installer_file_index_spec.rb
329
- - spec/models/deb_installer_file_index_read_spec.rb
287
+ - spec/models/deb_apt_publication_spec.rb
330
288
  - spec/models/inline_response2007_spec.rb
331
- - spec/models/deb_verbatim_publication_read_spec.rb
332
- - spec/models/deb_package_release_component_read_spec.rb
333
- - spec/models/deb_deb_distribution_spec.rb
289
+ - spec/models/deb_generic_content_spec.rb
334
290
  - spec/models/deb_release_spec.rb
335
291
  - spec/models/repository_version_spec.rb
336
- - spec/models/deb_deb_publication_read_spec.rb
292
+ - spec/models/deb_base_package_spec.rb
337
293
  - spec/models/inline_response2004_spec.rb
338
294
  - spec/models/inline_response2005_spec.rb
339
295
  - spec/models/inline_response2001_spec.rb
340
296
  - spec/models/inline_response20012_spec.rb
341
- - spec/models/deb_deb_repository_read_spec.rb
342
- - spec/models/deb_base_package_read_spec.rb
343
- - spec/models/deb_deb_distribution_read_spec.rb
344
- - spec/models/deb_deb_remote_read_spec.rb
345
297
  - spec/models/deb_package_release_component_spec.rb
346
298
  - spec/models/deb_release_architecture_spec.rb
347
299
  - spec/models/inline_response200_spec.rb
348
300
  - spec/models/deb_release_file_spec.rb
301
+ - spec/models/deb_apt_remote_spec.rb
349
302
  - spec/models/inline_response20014_spec.rb
350
- - spec/models/deb_deb_remote_spec.rb
351
303
  - spec/models/inline_response2009_spec.rb
352
- - spec/models/deb_release_file_read_spec.rb
353
304
  - spec/models/inline_response2002_spec.rb
354
- - spec/models/deb_deb_publication_spec.rb
355
305
  - spec/models/deb_verbatim_publication_spec.rb
356
306
  - spec/models/inline_response20011_spec.rb
357
307
  - spec/models/deb_release_component_spec.rb
358
- - spec/models/deb_package_index_read_spec.rb
359
308
  - spec/models/inline_response2006_spec.rb
309
+ - spec/models/deb_apt_repository_spec.rb
360
310
  - spec/models/content_summary_spec.rb
361
- - spec/models/repository_version_read_spec.rb
362
311
  - spec/models/inline_response2008_spec.rb
363
- - spec/models/deb_release_architecture_read_spec.rb
364
312
  - spec/models/inline_response20010_spec.rb
365
313
  - spec/spec_helper.rb
@@ -1,29 +0,0 @@
1
- # PulpDebClient::DebDebDistributionRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **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\") |
10
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
- **content_guard** | **String** | An optional content-guard. | [optional]
12
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
- **publication** | **String** | Publication to be served | [optional]
14
-
15
- ## Code Sample
16
-
17
- ```ruby
18
- require 'PulpDebClient'
19
-
20
- instance = PulpDebClient::DebDebDistributionRead.new(pulp_href: null,
21
- pulp_created: null,
22
- base_path: null,
23
- base_url: null,
24
- content_guard: null,
25
- name: null,
26
- publication: null)
27
- ```
28
-
29
-
@@ -1,29 +0,0 @@
1
- # PulpDebClient::DebDebPublicationRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **repository_version** | **String** | | [optional]
10
- **repository** | **String** | A URI of the repository to be published. | [optional]
11
- **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
12
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
13
- **signing_service** | **String** | Sign Release files with this signing key | [optional]
14
-
15
- ## Code Sample
16
-
17
- ```ruby
18
- require 'PulpDebClient'
19
-
20
- instance = PulpDebClient::DebDebPublicationRead.new(pulp_href: null,
21
- pulp_created: null,
22
- repository_version: null,
23
- repository: null,
24
- simple: null,
25
- structured: null,
26
- signing_service: null)
27
- ```
28
-
29
-
@@ -1,57 +0,0 @@
1
- # PulpDebClient::DebDebRemoteRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **name** | **String** | A unique name for this remote. |
10
- **url** | **String** | The URL of an external content source. |
11
- **ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
12
- **client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
13
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
- **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
16
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
18
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
- **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
- **policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
21
- **distributions** | **String** | Whitespace separated list of distributions to sync |
22
- **components** | **String** | Whitespace separatet list of components to sync | [optional]
23
- **architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
24
- **sync_sources** | **Boolean** | Sync source packages | [optional]
25
- **sync_udebs** | **Boolean** | Sync installer packages | [optional]
26
- **sync_installer** | **Boolean** | Sync installer files | [optional]
27
- **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
28
-
29
- ## Code Sample
30
-
31
- ```ruby
32
- require 'PulpDebClient'
33
-
34
- instance = PulpDebClient::DebDebRemoteRead.new(pulp_href: null,
35
- pulp_created: null,
36
- name: null,
37
- url: null,
38
- ca_cert: null,
39
- client_cert: null,
40
- client_key: null,
41
- tls_validation: null,
42
- proxy_url: null,
43
- username: null,
44
- password: null,
45
- pulp_last_updated: null,
46
- download_concurrency: null,
47
- policy: null,
48
- distributions: null,
49
- components: null,
50
- architectures: null,
51
- sync_sources: null,
52
- sync_udebs: null,
53
- sync_installer: null,
54
- gpgkey: null)
55
- ```
56
-
57
-
@@ -1,27 +0,0 @@
1
- # PulpDebClient::DebDebRepositoryRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **versions_href** | **String** | | [optional] [readonly]
10
- **latest_version_href** | **String** | | [optional] [readonly]
11
- **name** | **String** | A unique name for this repository. |
12
- **description** | **String** | An optional description. | [optional]
13
-
14
- ## Code Sample
15
-
16
- ```ruby
17
- require 'PulpDebClient'
18
-
19
- instance = PulpDebClient::DebDebRepositoryRead.new(pulp_href: null,
20
- pulp_created: null,
21
- versions_href: null,
22
- latest_version_href: null,
23
- name: null,
24
- description: null)
25
- ```
26
-
27
-
@@ -1,29 +0,0 @@
1
- # PulpDebClient::DebInstallerFileIndexRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
- **release** | **String** | Release this index file belongs to. |
11
- **component** | **String** | Component of the component - architecture combination. |
12
- **architecture** | **String** | Architecture of the component - architecture combination. |
13
- **relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional]
14
-
15
- ## Code Sample
16
-
17
- ```ruby
18
- require 'PulpDebClient'
19
-
20
- instance = PulpDebClient::DebInstallerFileIndexRead.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
23
- release: null,
24
- component: null,
25
- architecture: null,
26
- relative_path: null)
27
- ```
28
-
29
-
@@ -1,29 +0,0 @@
1
- # PulpDebClient::DebPackageIndexRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
- **release** | **String** | Release this index file belongs to. |
11
- **component** | **String** | Component of the component - architecture combination. |
12
- **architecture** | **String** | Architecture of the component - architecture combination. |
13
- **relative_path** | **String** | Path of file relative to url. | [optional]
14
-
15
- ## Code Sample
16
-
17
- ```ruby
18
- require 'PulpDebClient'
19
-
20
- instance = PulpDebClient::DebPackageIndexRead.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
23
- release: null,
24
- component: null,
25
- architecture: null,
26
- relative_path: null)
27
- ```
28
-
29
-
@@ -1,23 +0,0 @@
1
- # PulpDebClient::DebPackageReleaseComponentRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **package** | **String** | Package that is contained in release_comonent. |
10
- **release_component** | **String** | ReleaseComponent this package is contained in. |
11
-
12
- ## Code Sample
13
-
14
- ```ruby
15
- require 'PulpDebClient'
16
-
17
- instance = PulpDebClient::DebPackageReleaseComponentRead.new(pulp_href: null,
18
- pulp_created: null,
19
- package: null,
20
- release_component: null)
21
- ```
22
-
23
-
@@ -1,23 +0,0 @@
1
- # PulpDebClient::DebReleaseArchitectureRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **architecture** | **String** | Name of the architecture. |
10
- **release** | **String** | Release this architecture is contained in. |
11
-
12
- ## Code Sample
13
-
14
- ```ruby
15
- require 'PulpDebClient'
16
-
17
- instance = PulpDebClient::DebReleaseArchitectureRead.new(pulp_href: null,
18
- pulp_created: null,
19
- architecture: null,
20
- release: null)
21
- ```
22
-
23
-
@@ -1,23 +0,0 @@
1
- # PulpDebClient::DebReleaseComponentRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **component** | **String** | Name of the component. |
10
- **release** | **String** | Release this component is contained in. |
11
-
12
- ## Code Sample
13
-
14
- ```ruby
15
- require 'PulpDebClient'
16
-
17
- instance = PulpDebClient::DebReleaseComponentRead.new(pulp_href: null,
18
- pulp_created: null,
19
- component: null,
20
- release: null)
21
- ```
22
-
23
-
@@ -1,29 +0,0 @@
1
- # PulpDebClient::DebReleaseFileRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
- **codename** | **String** | Codename of the release, i.e. \"buster\". |
11
- **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
12
- **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
13
- **relative_path** | **String** | Path of file relative to url. | [optional]
14
-
15
- ## Code Sample
16
-
17
- ```ruby
18
- require 'PulpDebClient'
19
-
20
- instance = PulpDebClient::DebReleaseFileRead.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
23
- codename: null,
24
- suite: null,
25
- distribution: null,
26
- relative_path: null)
27
- ```
28
-
29
-
@@ -1,25 +0,0 @@
1
- # PulpDebClient::DebReleaseRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **codename** | **String** | |
10
- **suite** | **String** | |
11
- **distribution** | **String** | |
12
-
13
- ## Code Sample
14
-
15
- ```ruby
16
- require 'PulpDebClient'
17
-
18
- instance = PulpDebClient::DebReleaseRead.new(pulp_href: null,
19
- pulp_created: null,
20
- codename: null,
21
- suite: null,
22
- distribution: null)
23
- ```
24
-
25
-
@@ -1,23 +0,0 @@
1
- # PulpDebClient::DebVerbatimPublicationRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **repository_version** | **String** | | [optional]
10
- **repository** | **String** | A URI of the repository to be published. | [optional]
11
-
12
- ## Code Sample
13
-
14
- ```ruby
15
- require 'PulpDebClient'
16
-
17
- instance = PulpDebClient::DebVerbatimPublicationRead.new(pulp_href: null,
18
- pulp_created: null,
19
- repository_version: null,
20
- repository: null)
21
- ```
22
-
23
-
@@ -1,25 +0,0 @@
1
- # PulpDebClient::RepositoryVersionRead
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **number** | **Integer** | | [optional] [readonly]
10
- **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
11
- **content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional]
12
-
13
- ## Code Sample
14
-
15
- ```ruby
16
- require 'PulpDebClient'
17
-
18
- instance = PulpDebClient::RepositoryVersionRead.new(pulp_href: null,
19
- pulp_created: null,
20
- number: null,
21
- base_version: null,
22
- content_summary: null)
23
- ```
24
-
25
-