pulp_file_client 1.11.2 → 1.11.3
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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AcsFileApi.md +18 -18
- data/docs/ContentFilesApi.md +8 -8
- data/docs/DistributionsFileApi.md +20 -20
- data/docs/FileFileDistribution.md +1 -1
- data/docs/FileFileDistributionResponse.md +1 -1
- data/docs/FileFileRemote.md +1 -1
- data/docs/FileFileRemoteResponse.md +4 -2
- data/docs/FileFileRemoteResponseHiddenFields.md +19 -0
- data/docs/FileFileRepository.md +1 -1
- data/docs/FileFileRepositoryResponse.md +1 -1
- data/docs/PatchedfileFileDistribution.md +1 -1
- data/docs/PatchedfileFileRemote.md +1 -1
- data/docs/PatchedfileFileRepository.md +1 -1
- data/docs/PublicationsFileApi.md +18 -18
- data/docs/RemotesFileApi.md +20 -20
- data/docs/RepositoriesFileApi.md +19 -19
- data/docs/RepositoriesFileVersionsApi.md +12 -12
- data/lib/pulp_file_client/api/acs_file_api.rb +27 -27
- data/lib/pulp_file_client/api/content_files_api.rb +13 -13
- data/lib/pulp_file_client/api/distributions_file_api.rb +29 -29
- data/lib/pulp_file_client/api/publications_file_api.rb +27 -27
- data/lib/pulp_file_client/api/remotes_file_api.rb +29 -29
- data/lib/pulp_file_client/api/repositories_file_api.rb +27 -27
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +17 -17
- data/lib/pulp_file_client/models/file_file_distribution.rb +4 -2
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +4 -2
- data/lib/pulp_file_client/models/file_file_remote.rb +4 -2
- data/lib/pulp_file_client/models/file_file_remote_response.rb +21 -7
- data/lib/pulp_file_client/models/file_file_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_file_client/models/file_file_repository.rb +4 -2
- data/lib/pulp_file_client/models/file_file_repository_response.rb +4 -2
- data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +4 -2
- data/lib/pulp_file_client/models/patchedfile_file_remote.rb +4 -2
- data/lib/pulp_file_client/models/patchedfile_file_repository.rb +4 -2
- data/lib/pulp_file_client/version.rb +1 -1
- data/lib/pulp_file_client.rb +1 -0
- data/spec/api/acs_file_api_spec.rb +9 -9
- data/spec/api/content_files_api_spec.rb +4 -4
- data/spec/api/distributions_file_api_spec.rb +10 -10
- data/spec/api/publications_file_api_spec.rb +9 -9
- data/spec/api/remotes_file_api_spec.rb +10 -10
- data/spec/api/repositories_file_api_spec.rb +9 -9
- data/spec/api/repositories_file_versions_api_spec.rb +6 -6
- data/spec/models/file_file_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/file_file_remote_response_spec.rb +6 -0
- metadata +37 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 985a1bc187161d6abf1da70cfe595fa676a045ea12cba213972a55c9f0510ec2
|
4
|
+
data.tar.gz: '014569b780315a6bec73756443ac110856510bf06cc417ce6ced00cdf9222892'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 584a35c3c77abc897d7a5791b8e0151bff0956cdcaba1a0ab354610bec9205b5992c81dcd7565dcaf2775775f607a80db98ba8bcd6681012004c6d6a51facaf6
|
7
|
+
data.tar.gz: 6f83afbacd025e3ed325fe8e4706b55d49e051be917a5b57ae66b565d451308df6c58024f601f0456def7dc997e3026fe0a8a687d27ce0a251e5739d260d9578
|
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: 1.11.
|
10
|
+
- Package version: 1.11.3
|
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_file_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_file_client-1.11.
|
27
|
+
gem install ./pulp_file_client-1.11.3.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-1.11.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-1.11.3.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_file_client', '~> 1.11.
|
36
|
+
gem 'pulp_file_client', '~> 1.11.3'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -157,6 +157,7 @@ Class | Method | HTTP request | Description
|
|
157
157
|
- [PulpFileClient::FileFilePublicationResponse](docs/FileFilePublicationResponse.md)
|
158
158
|
- [PulpFileClient::FileFileRemote](docs/FileFileRemote.md)
|
159
159
|
- [PulpFileClient::FileFileRemoteResponse](docs/FileFileRemoteResponse.md)
|
160
|
+
- [PulpFileClient::FileFileRemoteResponseHiddenFields](docs/FileFileRemoteResponseHiddenFields.md)
|
160
161
|
- [PulpFileClient::FileFileRepository](docs/FileFileRepository.md)
|
161
162
|
- [PulpFileClient::FileFileRepositoryResponse](docs/FileFileRepositoryResponse.md)
|
162
163
|
- [PulpFileClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
data/docs/AcsFileApi.md
CHANGED
@@ -201,15 +201,15 @@ end
|
|
201
201
|
api_instance = PulpFileClient::AcsFileApi.new
|
202
202
|
opts = {
|
203
203
|
limit: 56, # Integer | Number of results to return per page.
|
204
|
-
name: 'name_example', # String |
|
204
|
+
name: 'name_example', # String | Filter results where name matches value
|
205
205
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
206
206
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
207
207
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
208
208
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
209
209
|
offset: 56, # Integer | The initial index from which to return the results.
|
210
210
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
211
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
212
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
211
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
212
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
213
213
|
}
|
214
214
|
|
215
215
|
begin
|
@@ -227,15 +227,15 @@ end
|
|
227
227
|
Name | Type | Description | Notes
|
228
228
|
------------- | ------------- | ------------- | -------------
|
229
229
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
230
|
-
**name** | **String**|
|
230
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
231
231
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
232
232
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
233
233
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
234
234
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
235
235
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
236
236
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
237
|
-
**fields** | **String
|
238
|
-
**exclude_fields** | **String
|
237
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
238
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
239
239
|
|
240
240
|
### Return type
|
241
241
|
|
@@ -274,8 +274,8 @@ end
|
|
274
274
|
api_instance = PulpFileClient::AcsFileApi.new
|
275
275
|
file_file_alternate_content_source_href = 'file_file_alternate_content_source_href_example' # String |
|
276
276
|
opts = {
|
277
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
278
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
277
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
278
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
279
279
|
}
|
280
280
|
|
281
281
|
begin
|
@@ -292,8 +292,8 @@ end
|
|
292
292
|
Name | Type | Description | Notes
|
293
293
|
------------- | ------------- | ------------- | -------------
|
294
294
|
**file_file_alternate_content_source_href** | **String**| |
|
295
|
-
**fields** | **String
|
296
|
-
**exclude_fields** | **String
|
295
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
296
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
297
297
|
|
298
298
|
### Return type
|
299
299
|
|
@@ -332,8 +332,8 @@ end
|
|
332
332
|
api_instance = PulpFileClient::AcsFileApi.new
|
333
333
|
file_file_alternate_content_source_href = 'file_file_alternate_content_source_href_example' # String |
|
334
334
|
opts = {
|
335
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
336
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
335
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
336
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
337
337
|
}
|
338
338
|
|
339
339
|
begin
|
@@ -350,8 +350,8 @@ end
|
|
350
350
|
Name | Type | Description | Notes
|
351
351
|
------------- | ------------- | ------------- | -------------
|
352
352
|
**file_file_alternate_content_source_href** | **String**| |
|
353
|
-
**fields** | **String
|
354
|
-
**exclude_fields** | **String
|
353
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
354
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
355
355
|
|
356
356
|
### Return type
|
357
357
|
|
@@ -445,8 +445,8 @@ end
|
|
445
445
|
api_instance = PulpFileClient::AcsFileApi.new
|
446
446
|
file_file_alternate_content_source_href = 'file_file_alternate_content_source_href_example' # String |
|
447
447
|
opts = {
|
448
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
449
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
448
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
449
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
450
450
|
}
|
451
451
|
|
452
452
|
begin
|
@@ -464,8 +464,8 @@ end
|
|
464
464
|
Name | Type | Description | Notes
|
465
465
|
------------- | ------------- | ------------- | -------------
|
466
466
|
**file_file_alternate_content_source_href** | **String**| |
|
467
|
-
**fields** | **String
|
468
|
-
**exclude_fields** | **String
|
467
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
468
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
469
469
|
|
470
470
|
### Return type
|
471
471
|
|
data/docs/ContentFilesApi.md
CHANGED
@@ -103,8 +103,8 @@ opts = {
|
|
103
103
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
104
104
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
105
105
|
sha256: 'sha256_example', # String |
|
106
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
107
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
106
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
107
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
108
108
|
}
|
109
109
|
|
110
110
|
begin
|
@@ -129,8 +129,8 @@ Name | Type | Description | Notes
|
|
129
129
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
130
130
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
131
131
|
**sha256** | **String**| | [optional]
|
132
|
-
**fields** | **String
|
133
|
-
**exclude_fields** | **String
|
132
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
133
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
134
134
|
|
135
135
|
### Return type
|
136
136
|
|
@@ -169,8 +169,8 @@ end
|
|
169
169
|
api_instance = PulpFileClient::ContentFilesApi.new
|
170
170
|
file_file_content_href = 'file_file_content_href_example' # String |
|
171
171
|
opts = {
|
172
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
173
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
172
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
173
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
174
174
|
}
|
175
175
|
|
176
176
|
begin
|
@@ -188,8 +188,8 @@ end
|
|
188
188
|
Name | Type | Description | Notes
|
189
189
|
------------- | ------------- | ------------- | -------------
|
190
190
|
**file_file_content_href** | **String**| |
|
191
|
-
**fields** | **String
|
192
|
-
**exclude_fields** | **String
|
191
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
192
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
193
193
|
|
194
194
|
### Return type
|
195
195
|
|
@@ -199,12 +199,12 @@ end
|
|
199
199
|
|
200
200
|
api_instance = PulpFileClient::DistributionsFileApi.new
|
201
201
|
opts = {
|
202
|
-
base_path: 'base_path_example', # String |
|
202
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
203
203
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
204
204
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
205
205
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
206
206
|
limit: 56, # Integer | Number of results to return per page.
|
207
|
-
name: 'name_example', # String |
|
207
|
+
name: 'name_example', # String | Filter results where name matches value
|
208
208
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
209
209
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -213,8 +213,8 @@ opts = {
|
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
214
214
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
215
215
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
216
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
217
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
216
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
217
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
218
218
|
}
|
219
219
|
|
220
220
|
begin
|
@@ -231,12 +231,12 @@ end
|
|
231
231
|
|
232
232
|
Name | Type | Description | Notes
|
233
233
|
------------- | ------------- | ------------- | -------------
|
234
|
-
**base_path** | **String**|
|
234
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
235
235
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
236
236
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
237
237
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
238
238
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
239
|
-
**name** | **String**|
|
239
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
240
240
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
241
241
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
242
242
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -245,8 +245,8 @@ Name | Type | Description | Notes
|
|
245
245
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
246
246
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
247
247
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
248
|
-
**fields** | **String
|
249
|
-
**exclude_fields** | **String
|
248
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
249
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
250
250
|
|
251
251
|
### Return type
|
252
252
|
|
@@ -285,8 +285,8 @@ end
|
|
285
285
|
api_instance = PulpFileClient::DistributionsFileApi.new
|
286
286
|
file_file_distribution_href = 'file_file_distribution_href_example' # String |
|
287
287
|
opts = {
|
288
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
289
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
288
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
289
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
290
290
|
}
|
291
291
|
|
292
292
|
begin
|
@@ -303,8 +303,8 @@ end
|
|
303
303
|
Name | Type | Description | Notes
|
304
304
|
------------- | ------------- | ------------- | -------------
|
305
305
|
**file_file_distribution_href** | **String**| |
|
306
|
-
**fields** | **String
|
307
|
-
**exclude_fields** | **String
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
308
308
|
|
309
309
|
### Return type
|
310
310
|
|
@@ -343,8 +343,8 @@ end
|
|
343
343
|
api_instance = PulpFileClient::DistributionsFileApi.new
|
344
344
|
file_file_distribution_href = 'file_file_distribution_href_example' # String |
|
345
345
|
opts = {
|
346
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
347
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
346
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
347
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
348
348
|
}
|
349
349
|
|
350
350
|
begin
|
@@ -361,8 +361,8 @@ end
|
|
361
361
|
Name | Type | Description | Notes
|
362
362
|
------------- | ------------- | ------------- | -------------
|
363
363
|
**file_file_distribution_href** | **String**| |
|
364
|
-
**fields** | **String
|
365
|
-
**exclude_fields** | **String
|
364
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
365
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
366
366
|
|
367
367
|
### Return type
|
368
368
|
|
@@ -456,8 +456,8 @@ end
|
|
456
456
|
api_instance = PulpFileClient::DistributionsFileApi.new
|
457
457
|
file_file_distribution_href = 'file_file_distribution_href_example' # String |
|
458
458
|
opts = {
|
459
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
460
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
459
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
460
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
461
461
|
}
|
462
462
|
|
463
463
|
begin
|
@@ -475,8 +475,8 @@ end
|
|
475
475
|
Name | Type | Description | Notes
|
476
476
|
------------- | ------------- | ------------- | -------------
|
477
477
|
**file_file_distribution_href** | **String**| |
|
478
|
-
**fields** | **String
|
479
|
-
**exclude_fields** | **String
|
478
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
479
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
480
480
|
|
481
481
|
### Return type
|
482
482
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
9
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
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
-
**pulp_labels** |
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
15
15
|
**publication** | **String** | Publication to be served | [optional]
|
data/docs/FileFileRemote.md
CHANGED
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
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. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
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]
|
21
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]
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
|
-
**pulp_labels** |
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
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]
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
23
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]
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
26
|
+
**hidden_fields** | [**Array<FileFileRemoteResponseHiddenFields>**](FileFileRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
26
27
|
|
27
28
|
## Code Sample
|
28
29
|
|
@@ -47,7 +48,8 @@ instance = PulpFileClient::FileFileRemoteResponse.new(pulp_href: null,
|
|
47
48
|
sock_connect_timeout: null,
|
48
49
|
sock_read_timeout: null,
|
49
50
|
headers: null,
|
50
|
-
rate_limit: null
|
51
|
+
rate_limit: null,
|
52
|
+
hidden_fields: null)
|
51
53
|
```
|
52
54
|
|
53
55
|
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpFileClient::FileFileRemoteResponseHiddenFields
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpFileClient'
|
14
|
+
|
15
|
+
instance = PulpFileClient::FileFileRemoteResponseHiddenFields.new(name: null,
|
16
|
+
is_set: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
data/docs/FileFileRepository.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
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]
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**pulp_labels** |
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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]
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
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. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
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]
|
21
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]
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
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]
|
data/docs/PublicationsFileApi.md
CHANGED
@@ -201,7 +201,7 @@ opts = {
|
|
201
201
|
limit: 56, # Integer | Number of results to return per page.
|
202
202
|
offset: 56, # Integer | The initial index from which to return the results.
|
203
203
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
204
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
204
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
205
205
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
206
206
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
207
207
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
@@ -209,8 +209,8 @@ opts = {
|
|
209
209
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
210
210
|
repository: 'repository_example', # String | Repository referenced by HREF
|
211
211
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
212
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
213
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
212
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
213
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
214
214
|
}
|
215
215
|
|
216
216
|
begin
|
@@ -232,7 +232,7 @@ Name | Type | Description | Notes
|
|
232
232
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
233
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
234
234
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
235
|
-
**pulp_created** | **DateTime**|
|
235
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
236
236
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
237
237
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
238
238
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
@@ -240,8 +240,8 @@ Name | Type | Description | Notes
|
|
240
240
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
241
241
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
242
242
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
243
|
-
**fields** | **String
|
244
|
-
**exclude_fields** | **String
|
243
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
244
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
245
245
|
|
246
246
|
### Return type
|
247
247
|
|
@@ -280,8 +280,8 @@ end
|
|
280
280
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
281
281
|
file_file_publication_href = 'file_file_publication_href_example' # String |
|
282
282
|
opts = {
|
283
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
284
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
283
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
284
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
285
285
|
}
|
286
286
|
|
287
287
|
begin
|
@@ -298,8 +298,8 @@ end
|
|
298
298
|
Name | Type | Description | Notes
|
299
299
|
------------- | ------------- | ------------- | -------------
|
300
300
|
**file_file_publication_href** | **String**| |
|
301
|
-
**fields** | **String
|
302
|
-
**exclude_fields** | **String
|
301
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
302
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
303
303
|
|
304
304
|
### Return type
|
305
305
|
|
@@ -338,8 +338,8 @@ end
|
|
338
338
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
339
339
|
file_file_publication_href = 'file_file_publication_href_example' # String |
|
340
340
|
opts = {
|
341
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
342
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
341
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
342
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
343
343
|
}
|
344
344
|
|
345
345
|
begin
|
@@ -356,8 +356,8 @@ end
|
|
356
356
|
Name | Type | Description | Notes
|
357
357
|
------------- | ------------- | ------------- | -------------
|
358
358
|
**file_file_publication_href** | **String**| |
|
359
|
-
**fields** | **String
|
360
|
-
**exclude_fields** | **String
|
359
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
360
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
361
361
|
|
362
362
|
### Return type
|
363
363
|
|
@@ -396,8 +396,8 @@ end
|
|
396
396
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
397
397
|
file_file_publication_href = 'file_file_publication_href_example' # String |
|
398
398
|
opts = {
|
399
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
400
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
399
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
400
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
401
401
|
}
|
402
402
|
|
403
403
|
begin
|
@@ -415,8 +415,8 @@ end
|
|
415
415
|
Name | Type | Description | Notes
|
416
416
|
------------- | ------------- | ------------- | -------------
|
417
417
|
**file_file_publication_href** | **String**| |
|
418
|
-
**fields** | **String
|
419
|
-
**exclude_fields** | **String
|
418
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
419
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
420
420
|
|
421
421
|
### Return type
|
422
422
|
|