pulp_deb_client 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -19
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +2 -2
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +2 -2
  7. data/docs/ContentPackageReleaseComponentsApi.md +2 -2
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +2 -2
  10. data/docs/ContentReleaseComponentsApi.md +2 -2
  11. data/docs/ContentReleaseFilesApi.md +2 -2
  12. data/docs/ContentReleasesApi.md +2 -2
  13. data/docs/DebAptRemote.md +6 -4
  14. data/docs/DebAptRemoteResponse.md +6 -4
  15. data/docs/DebReleaseFile.md +2 -2
  16. data/docs/DebReleaseFileResponse.md +2 -2
  17. data/docs/DistributionsAptApi.md +2 -2
  18. data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  19. data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
  20. data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
  21. data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
  23. data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
  24. data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
  25. data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
  26. data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
  27. data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
  28. data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
  29. data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
  30. data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
  31. data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
  32. data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
  33. data/docs/PatcheddebAptRemote.md +6 -4
  34. data/docs/PublicationsAptApi.md +2 -2
  35. data/docs/PublicationsVerbatimApi.md +2 -2
  36. data/docs/RemotesAptApi.md +2 -2
  37. data/docs/RepositoriesAptApi.md +2 -2
  38. data/docs/RepositoriesDebVersionsApi.md +2 -2
  39. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  40. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  42. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
  44. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  45. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
  47. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
  48. data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
  49. data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
  50. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
  51. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  52. data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
  54. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
  55. data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
  56. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
  57. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  58. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  59. data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
  62. data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
  63. data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
  64. data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
  65. data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
  66. data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
  67. data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
  68. data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
  69. data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
  70. data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
  71. data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
  72. data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
  73. data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
  74. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
  75. data/lib/pulp_deb_client/version.rb +1 -1
  76. data/lib/pulp_deb_client.rb +15 -15
  77. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  78. data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
  79. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  80. data/spec/api/content_package_indices_api_spec.rb +1 -1
  81. data/spec/api/content_package_release_components_api_spec.rb +1 -1
  82. data/spec/api/content_packages_api_spec.rb +1 -1
  83. data/spec/api/content_release_architectures_api_spec.rb +1 -1
  84. data/spec/api/content_release_components_api_spec.rb +1 -1
  85. data/spec/api/content_release_files_api_spec.rb +1 -1
  86. data/spec/api/content_releases_api_spec.rb +1 -1
  87. data/spec/api/distributions_apt_api_spec.rb +1 -1
  88. data/spec/api/publications_apt_api_spec.rb +1 -1
  89. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  90. data/spec/api/remotes_apt_api_spec.rb +1 -1
  91. data/spec/api/repositories_apt_api_spec.rb +1 -1
  92. data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
  93. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  94. data/spec/models/deb_apt_remote_spec.rb +6 -0
  95. data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
  96. data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
  97. data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
  98. data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
  99. data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
  100. data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
  101. data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
  102. data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
  103. data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
  104. data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
  105. data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
  106. data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
  107. data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
  108. data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
  109. data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
  110. data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
  111. metadata +102 -102
  112. data/spec/models/inline_response20014_spec.rb +0 -59
  113. data/spec/models/inline_response2001_spec.rb +0 -59
  114. data/spec/models/inline_response2002_spec.rb +0 -59
  115. data/spec/models/inline_response2003_spec.rb +0 -59
  116. data/spec/models/inline_response2004_spec.rb +0 -59
  117. data/spec/models/inline_response2005_spec.rb +0 -59
  118. data/spec/models/inline_response2006_spec.rb +0 -59
  119. data/spec/models/inline_response2007_spec.rb +0 -59
  120. data/spec/models/inline_response2008_spec.rb +0 -59
  121. data/spec/models/inline_response2009_spec.rb +0 -59
  122. data/spec/models/inline_response200_spec.rb +0 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0a8e29577b98ff97f66e8f6f44b1dacd69d639393c25704c3f717bf927c4657
4
- data.tar.gz: d2da2061e64201c8c5a036f0e4684e49a3260d6798acef77da131066a0f5c98e
3
+ metadata.gz: ad307cb84443f6b4cbe582f5b3cc39af382a6467ab4681d1f9f4c279f24653e7
4
+ data.tar.gz: 87a927fb30d5409688a0d7c27c720d455689cc20f6c89e444cba1ec19a0d2230
5
5
  SHA512:
6
- metadata.gz: '0198b942ca41e47398dfb38db7c2653af855df4eddc39cb08517a55d9e3f001713a33087db8d2ae72c8c8d1f11575d67f3517befec061be097e37f785c52fa26'
7
- data.tar.gz: 40a571ebcc5f7b9571d9f1574f652fd2866194f2c1fa5bea82770da5c2e4938e4bf7d6ebfb64c853e3276946762e1f286fc944e588fde0089f85e6292a9aa48b
6
+ metadata.gz: 6ec0ce496b882234fb8f01d7e8882887d381f7c84e50c7c12f42e1711af5d6df1a820b176ef79f99b98651304b6b5be33e3faaf589c5c5efc1a05f84eab730df
7
+ data.tar.gz: 80cf3a754b2399be64d4107cdd67fc7b4c7e7601297f35ba01dcdb6789e07355e5e92e0f45d3f15270fd36f4ae319920672c5c18d6c357b3b230c41909814139
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.7.0
10
+ - Package version: 2.8.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.7.0.gem
27
+ gem install ./pulp_deb_client-2.8.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.7.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.8.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.7.0'
36
+ gem 'pulp_deb_client', '~> 2.8.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -185,21 +185,21 @@ Class | Method | HTTP request | Description
185
185
  - [PulpDebClient::DebReleaseResponse](docs/DebReleaseResponse.md)
186
186
  - [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
187
187
  - [PulpDebClient::DebVerbatimPublicationResponse](docs/DebVerbatimPublicationResponse.md)
188
- - [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
189
- - [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
190
- - [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
191
- - [PulpDebClient::InlineResponse20011](docs/InlineResponse20011.md)
192
- - [PulpDebClient::InlineResponse20012](docs/InlineResponse20012.md)
193
- - [PulpDebClient::InlineResponse20013](docs/InlineResponse20013.md)
194
- - [PulpDebClient::InlineResponse20014](docs/InlineResponse20014.md)
195
- - [PulpDebClient::InlineResponse2002](docs/InlineResponse2002.md)
196
- - [PulpDebClient::InlineResponse2003](docs/InlineResponse2003.md)
197
- - [PulpDebClient::InlineResponse2004](docs/InlineResponse2004.md)
198
- - [PulpDebClient::InlineResponse2005](docs/InlineResponse2005.md)
199
- - [PulpDebClient::InlineResponse2006](docs/InlineResponse2006.md)
200
- - [PulpDebClient::InlineResponse2007](docs/InlineResponse2007.md)
201
- - [PulpDebClient::InlineResponse2008](docs/InlineResponse2008.md)
202
- - [PulpDebClient::InlineResponse2009](docs/InlineResponse2009.md)
188
+ - [PulpDebClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
189
+ - [PulpDebClient::PaginateddebAptDistributionResponseList](docs/PaginateddebAptDistributionResponseList.md)
190
+ - [PulpDebClient::PaginateddebAptPublicationResponseList](docs/PaginateddebAptPublicationResponseList.md)
191
+ - [PulpDebClient::PaginateddebAptRemoteResponseList](docs/PaginateddebAptRemoteResponseList.md)
192
+ - [PulpDebClient::PaginateddebAptRepositoryResponseList](docs/PaginateddebAptRepositoryResponseList.md)
193
+ - [PulpDebClient::PaginateddebBasePackageResponseList](docs/PaginateddebBasePackageResponseList.md)
194
+ - [PulpDebClient::PaginateddebGenericContentResponseList](docs/PaginateddebGenericContentResponseList.md)
195
+ - [PulpDebClient::PaginateddebInstallerFileIndexResponseList](docs/PaginateddebInstallerFileIndexResponseList.md)
196
+ - [PulpDebClient::PaginateddebPackageIndexResponseList](docs/PaginateddebPackageIndexResponseList.md)
197
+ - [PulpDebClient::PaginateddebPackageReleaseComponentResponseList](docs/PaginateddebPackageReleaseComponentResponseList.md)
198
+ - [PulpDebClient::PaginateddebReleaseArchitectureResponseList](docs/PaginateddebReleaseArchitectureResponseList.md)
199
+ - [PulpDebClient::PaginateddebReleaseComponentResponseList](docs/PaginateddebReleaseComponentResponseList.md)
200
+ - [PulpDebClient::PaginateddebReleaseFileResponseList](docs/PaginateddebReleaseFileResponseList.md)
201
+ - [PulpDebClient::PaginateddebReleaseResponseList](docs/PaginateddebReleaseResponseList.md)
202
+ - [PulpDebClient::PaginateddebVerbatimPublicationResponseList](docs/PaginateddebVerbatimPublicationResponseList.md)
203
203
  - [PulpDebClient::PatcheddebAptDistribution](docs/PatcheddebAptDistribution.md)
204
204
  - [PulpDebClient::PatcheddebAptRemote](docs/PatcheddebAptRemote.md)
205
205
  - [PulpDebClient::PatcheddebAptRepository](docs/PatcheddebAptRepository.md)
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
73
73
 
74
74
  ## list
75
75
 
76
- > InlineResponse200 list(opts)
76
+ > PaginateddebGenericContentResponseList list(opts)
77
77
 
78
78
  List generic contents
79
79
 
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
 
133
133
  ### Return type
134
134
 
135
- [**InlineResponse200**](InlineResponse200.md)
135
+ [**PaginateddebGenericContentResponseList**](PaginateddebGenericContentResponseList.md)
136
136
 
137
137
  ### Authorization
138
138
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2001 list(opts)
68
+ > PaginateddebInstallerFileIndexResponseList list(opts)
69
69
 
70
70
  List InstallerFileIndices
71
71
 
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
128
128
 
129
129
  ### Return type
130
130
 
131
- [**InlineResponse2001**](InlineResponse2001.md)
131
+ [**PaginateddebInstallerFileIndexResponseList**](PaginateddebInstallerFileIndexResponseList.md)
132
132
 
133
133
  ### Authorization
134
134
 
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
73
73
 
74
74
  ## list
75
75
 
76
- > InlineResponse2002 list(opts)
76
+ > PaginateddebBasePackageResponseList list(opts)
77
77
 
78
78
  List installer packages
79
79
 
@@ -162,7 +162,7 @@ Name | Type | Description | Notes
162
162
 
163
163
  ### Return type
164
164
 
165
- [**InlineResponse2002**](InlineResponse2002.md)
165
+ [**PaginateddebBasePackageResponseList**](PaginateddebBasePackageResponseList.md)
166
166
 
167
167
  ### Authorization
168
168
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2003 list(opts)
68
+ > PaginateddebPackageIndexResponseList list(opts)
69
69
 
70
70
  List PackageIndices
71
71
 
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
128
128
 
129
129
  ### Return type
130
130
 
131
- [**InlineResponse2003**](InlineResponse2003.md)
131
+ [**PaginateddebPackageIndexResponseList**](PaginateddebPackageIndexResponseList.md)
132
132
 
133
133
  ### Authorization
134
134
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2004 list(opts)
68
+ > PaginateddebPackageReleaseComponentResponseList list(opts)
69
69
 
70
70
  List package release components
71
71
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse2004**](InlineResponse2004.md)
127
+ [**PaginateddebPackageReleaseComponentResponseList**](PaginateddebPackageReleaseComponentResponseList.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
73
73
 
74
74
  ## list
75
75
 
76
- > InlineResponse2002 list(opts)
76
+ > PaginateddebBasePackageResponseList list(opts)
77
77
 
78
78
  List packages
79
79
 
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
164
164
 
165
165
  ### Return type
166
166
 
167
- [**InlineResponse2002**](InlineResponse2002.md)
167
+ [**PaginateddebBasePackageResponseList**](PaginateddebBasePackageResponseList.md)
168
168
 
169
169
  ### Authorization
170
170
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2005 list(opts)
68
+ > PaginateddebReleaseArchitectureResponseList list(opts)
69
69
 
70
70
  List release architectures
71
71
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse2005**](InlineResponse2005.md)
127
+ [**PaginateddebReleaseArchitectureResponseList**](PaginateddebReleaseArchitectureResponseList.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2006 list(opts)
68
+ > PaginateddebReleaseComponentResponseList list(opts)
69
69
 
70
70
  List release components
71
71
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse2006**](InlineResponse2006.md)
127
+ [**PaginateddebReleaseComponentResponseList**](PaginateddebReleaseComponentResponseList.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2007 list(opts)
68
+ > PaginateddebReleaseFileResponseList list(opts)
69
69
 
70
70
  List release files
71
71
 
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
128
128
 
129
129
  ### Return type
130
130
 
131
- [**InlineResponse2007**](InlineResponse2007.md)
131
+ [**PaginateddebReleaseFileResponseList**](PaginateddebReleaseFileResponseList.md)
132
132
 
133
133
  ### Authorization
134
134
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse2008 list(opts)
68
+ > PaginateddebReleaseResponseList list(opts)
69
69
 
70
70
  List releases
71
71
 
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
 
127
127
  ### Return type
128
128
 
129
- [**InlineResponse2008**](InlineResponse2008.md)
129
+ [**PaginateddebReleaseResponseList**](PaginateddebReleaseResponseList.md)
130
130
 
131
131
  ### Authorization
132
132
 
data/docs/DebAptRemote.md CHANGED
@@ -15,13 +15,14 @@ Name | Type | Description | Notes
15
15
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
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 |
19
- **components** | **String** | Whitespace separatet list of components to sync | [optional]
20
- **architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
18
+ **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. |
19
+ **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
20
+ **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
21
21
  **sync_sources** | **Boolean** | Sync source packages | [optional]
22
22
  **sync_udebs** | **Boolean** | Sync installer packages | [optional]
23
23
  **sync_installer** | **Boolean** | Sync installer files | [optional]
24
24
  **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
25
+ **ignore_missing_package_indices** | **Boolean** | By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices. | [optional]
25
26
 
26
27
  ## Code Sample
27
28
 
@@ -45,7 +46,8 @@ instance = PulpDebClient::DebAptRemote.new(name: null,
45
46
  sync_sources: null,
46
47
  sync_udebs: null,
47
48
  sync_installer: null,
48
- gpgkey: null)
49
+ gpgkey: null,
50
+ ignore_missing_package_indices: null)
49
51
  ```
50
52
 
51
53
 
@@ -18,13 +18,14 @@ Name | Type | Description | Notes
18
18
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
20
20
  **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
- **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]
21
+ **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. |
22
+ **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
23
+ **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
24
24
  **sync_sources** | **Boolean** | Sync source packages | [optional]
25
25
  **sync_udebs** | **Boolean** | Sync installer packages | [optional]
26
26
  **sync_installer** | **Boolean** | Sync installer files | [optional]
27
27
  **gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
28
+ **ignore_missing_package_indices** | **Boolean** | By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices. | [optional]
28
29
 
29
30
  ## Code Sample
30
31
 
@@ -51,7 +52,8 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
51
52
  sync_sources: null,
52
53
  sync_udebs: null,
53
54
  sync_installer: null,
54
- gpgkey: null)
55
+ gpgkey: null,
56
+ ignore_missing_package_indices: null)
55
57
  ```
56
58
 
57
59
 
@@ -5,9 +5,9 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
8
- **codename** | **String** | Codename of the release, i.e. \"buster\". |
8
+ **codename** | **String** | Codename of the release, i.e. \"buster\". | [optional]
9
9
  **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
10
- **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
10
+ **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
11
11
  **relative_path** | **String** | Path of file relative to url. | [optional]
12
12
 
13
13
  ## Code Sample
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **artifacts** | [**Object**](.md) | 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\". |
10
+ **codename** | **String** | Codename of the release, i.e. \"buster\". | [optional]
11
11
  **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
12
- **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
12
+ **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
13
13
  **relative_path** | **String** | Path of file relative to url. | [optional]
14
14
 
15
15
  ## Code Sample
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > InlineResponse2009 list(opts)
124
+ > PaginateddebAptDistributionResponseList list(opts)
125
125
 
126
126
  List apt distributions
127
127
 
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
182
182
 
183
183
  ### Return type
184
184
 
185
- [**InlineResponse2009**](InlineResponse2009.md)
185
+ [**PaginateddebAptDistributionResponseList**](PaginateddebAptDistributionResponseList.md)
186
186
 
187
187
  ### Authorization
188
188
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse20014
1
+ # PulpDebClient::PaginatedRepositoryVersionResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse20014.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginatedRepositoryVersionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2009
1
+ # PulpDebClient::PaginateddebAptDistributionResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2009.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebAptDistributionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse20010
1
+ # PulpDebClient::PaginateddebAptPublicationResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse20010.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebAptPublicationResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse20012
1
+ # PulpDebClient::PaginateddebAptRemoteResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse20012.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebAptRemoteResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse20013
1
+ # PulpDebClient::PaginateddebAptRepositoryResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse20013.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebAptRepositoryResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2002
1
+ # PulpDebClient::PaginateddebBasePackageResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebBasePackageResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse200
1
+ # PulpDebClient::PaginateddebGenericContentResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebGenericContentResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2001
1
+ # PulpDebClient::PaginateddebInstallerFileIndexResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebInstallerFileIndexResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2003
1
+ # PulpDebClient::PaginateddebPackageIndexResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2003.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebPackageIndexResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2004
1
+ # PulpDebClient::PaginateddebPackageReleaseComponentResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2004.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebPackageReleaseComponentResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2005
1
+ # PulpDebClient::PaginateddebReleaseArchitectureResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2005.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebReleaseArchitectureResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2006
1
+ # PulpDebClient::PaginateddebReleaseComponentResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2006.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebReleaseComponentResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::InlineResponse2007
1
+ # PulpDebClient::PaginateddebReleaseFileResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpDebClient'
16
16
 
17
- instance = PulpDebClient::InlineResponse2007.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpDebClient::PaginateddebReleaseFileResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22