pulp_rpm_client 3.3.2 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -16
- data/docs/ContentAdvisoriesApi.md +5 -5
- data/docs/ContentDistributionTreesApi.md +3 -3
- data/docs/ContentModulemdDefaultsApi.md +5 -5
- data/docs/ContentModulemdsApi.md +5 -5
- data/docs/ContentPackagecategoriesApi.md +3 -3
- data/docs/ContentPackageenvironmentsApi.md +3 -3
- data/docs/ContentPackagegroupsApi.md +3 -3
- data/docs/ContentPackagelangpacksApi.md +3 -3
- data/docs/ContentPackagesApi.md +5 -5
- data/docs/ContentRepoMetadataFilesApi.md +3 -3
- data/docs/DistributionsRpmApi.md +3 -3
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsRpmApi.md +3 -3
- data/docs/RemotesRpmApi.md +5 -5
- data/docs/RepositoriesRpmApi.md +10 -10
- data/docs/RepositoriesRpmVersionsApi.md +3 -3
- data/docs/RepositoryVersionRead.md +25 -0
- data/docs/RpmCopyApi.md +1 -1
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeRead.md} +2 -2
- data/docs/{RpmModulemdDefaults.md → RpmModulemdDefaultsRead.md} +2 -2
- data/docs/{RpmModulemd.md → RpmModulemdRead.md} +2 -2
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryRead.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentRead.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupRead.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksRead.md} +2 -2
- data/docs/{RpmPackage.md → RpmPackageRead.md} +2 -2
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileRead.md} +2 -2
- data/docs/RpmRpmDistributionRead.md +29 -0
- data/docs/RpmRpmPublicationRead.md +27 -0
- data/docs/RpmRpmRemote.md +7 -3
- data/docs/RpmRpmRemoteRead.md +43 -0
- data/docs/RpmRpmRepositoryRead.md +29 -0
- data/docs/{RpmUpdateRecord.md → RpmUpdateRecordRead.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packages_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +3 -3
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +6 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -3
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/inline_response200.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_read.rb +244 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_defaults.rb → rpm_modulemd_defaults_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd.rb → rpm_modulemd_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package.rb → rpm_package_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_read.rb +331 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_read.rb +305 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +56 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_read.rb +531 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_read.rb +305 -0
- data/lib/pulp_rpm_client/models/{rpm_update_record.rb → rpm_update_record_read.rb} +3 -3
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +15 -10
- data/spec/api/content_advisories_api_spec.rb +2 -2
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +2 -2
- data/spec/api/content_modulemds_api_spec.rb +2 -2
- data/spec/api/content_packagecategories_api_spec.rb +1 -1
- data/spec/api/content_packageenvironments_api_spec.rb +1 -1
- data/spec/api/content_packagegroups_api_spec.rb +1 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +2 -2
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
- data/spec/api/distributions_rpm_api_spec.rb +1 -1
- data/spec/api/publications_rpm_api_spec.rb +1 -1
- data/spec/api/remotes_rpm_api_spec.rb +2 -2
- data/spec/api/repositories_rpm_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/repository_version_read_spec.rb +65 -0
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_read_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_defaults_spec.rb → rpm_modulemd_defaults_read_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_spec.rb → rpm_modulemd_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_spec.rb → rpm_package_read_spec.rb} +6 -6
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_read_spec.rb} +6 -6
- data/spec/models/rpm_rpm_distribution_read_spec.rb +77 -0
- data/spec/models/rpm_rpm_publication_read_spec.rb +79 -0
- data/spec/models/rpm_rpm_remote_read_spec.rb +123 -0
- data/spec/models/rpm_rpm_remote_spec.rb +12 -0
- data/spec/models/rpm_rpm_repository_read_spec.rb +77 -0
- data/spec/models/{rpm_update_record_spec.rb → rpm_update_record_read_spec.rb} +6 -6
- metadata +62 -42
data/docs/RemotesRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RemotesRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
>
|
18
|
+
> RpmRpmRemoteRead create(data)
|
19
19
|
|
20
20
|
Create a rpm remote
|
21
21
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
57
|
-
[**
|
57
|
+
[**RpmRpmRemoteRead**](RpmRpmRemoteRead.md)
|
58
58
|
|
59
59
|
### Authorization
|
60
60
|
|
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
|
|
255
255
|
|
256
256
|
## read
|
257
257
|
|
258
|
-
>
|
258
|
+
> RpmRpmRemoteRead read(rpm_remote_href, opts)
|
259
259
|
|
260
260
|
Inspect a rpm remote
|
261
261
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
|
301
301
|
### Return type
|
302
302
|
|
303
|
-
[**
|
303
|
+
[**RpmRpmRemoteRead**](RpmRpmRemoteRead.md)
|
304
304
|
|
305
305
|
### Authorization
|
306
306
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RepositoriesRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
|
18
18
|
## create
|
19
19
|
|
20
|
-
>
|
20
|
+
> RpmRpmRepositoryRead create(data)
|
21
21
|
|
22
22
|
Create a rpm repository
|
23
23
|
|
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
|
|
56
56
|
|
57
57
|
### Return type
|
58
58
|
|
59
|
-
[**
|
59
|
+
[**RpmRpmRepositoryRead**](RpmRpmRepositoryRead.md)
|
60
60
|
|
61
61
|
### Authorization
|
62
62
|
|
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
|
|
74
74
|
|
75
75
|
Delete a rpm repository
|
76
76
|
|
77
|
-
Trigger an asynchronous
|
77
|
+
Trigger an asynchronous delete task
|
78
78
|
|
79
79
|
### Example
|
80
80
|
|
@@ -245,11 +245,11 @@ Name | Type | Description | Notes
|
|
245
245
|
|
246
246
|
## partial_update
|
247
247
|
|
248
|
-
>
|
248
|
+
> AsyncOperationResponse partial_update(rpm_repository_href, data)
|
249
249
|
|
250
250
|
Partially update a rpm repository
|
251
251
|
|
252
|
-
|
252
|
+
Trigger an asynchronous partial update task
|
253
253
|
|
254
254
|
### Example
|
255
255
|
|
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
|
|
286
286
|
|
287
287
|
### Return type
|
288
288
|
|
289
|
-
[**
|
289
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
290
290
|
|
291
291
|
### Authorization
|
292
292
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
|
301
301
|
## read
|
302
302
|
|
303
|
-
>
|
303
|
+
> RpmRpmRepositoryRead read(rpm_repository_href, opts)
|
304
304
|
|
305
305
|
Inspect a rpm repository
|
306
306
|
|
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
|
|
345
345
|
|
346
346
|
### Return type
|
347
347
|
|
348
|
-
[**
|
348
|
+
[**RpmRpmRepositoryRead**](RpmRpmRepositoryRead.md)
|
349
349
|
|
350
350
|
### Authorization
|
351
351
|
|
@@ -418,7 +418,7 @@ Name | Type | Description | Notes
|
|
418
418
|
|
419
419
|
Update a rpm repository
|
420
420
|
|
421
|
-
Trigger an asynchronous
|
421
|
+
Trigger an asynchronous update task
|
422
422
|
|
423
423
|
### Example
|
424
424
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RepositoriesRpmVersionsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -157,7 +157,7 @@ Name | Type | Description | Notes
|
|
157
157
|
|
158
158
|
## read
|
159
159
|
|
160
|
-
>
|
160
|
+
> RepositoryVersionRead read(rpm_repository_version_href, opts)
|
161
161
|
|
162
162
|
Inspect a repository version
|
163
163
|
|
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
|
|
202
202
|
|
203
203
|
### Return type
|
204
204
|
|
205
|
-
[**
|
205
|
+
[**RepositoryVersionRead**](RepositoryVersionRead.md)
|
206
206
|
|
207
207
|
### Authorization
|
208
208
|
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# PulpRpmClient::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 'PulpRpmClient'
|
17
|
+
|
18
|
+
instance = PulpRpmClient::RepositoryVersionRead.new(pulp_href: null,
|
19
|
+
pulp_created: null,
|
20
|
+
number: null,
|
21
|
+
base_version: null,
|
22
|
+
content_summary: null)
|
23
|
+
```
|
24
|
+
|
25
|
+
|
data/docs/RpmCopyApi.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmDistributionTreeRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
|
29
29
|
```ruby
|
30
30
|
require 'PulpRpmClient'
|
31
31
|
|
32
|
-
instance = PulpRpmClient::
|
32
|
+
instance = PulpRpmClient::RpmDistributionTreeRead.new(pulp_href: null,
|
33
33
|
header_version: null,
|
34
34
|
release_name: null,
|
35
35
|
release_short: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmModulemdDefaultsRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
17
17
|
```ruby
|
18
18
|
require 'PulpRpmClient'
|
19
19
|
|
20
|
-
instance = PulpRpmClient::
|
20
|
+
instance = PulpRpmClient::RpmModulemdDefaultsRead.new(pulp_href: null,
|
21
21
|
pulp_created: null,
|
22
22
|
artifact: null,
|
23
23
|
_module: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmModulemdRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpRpmClient'
|
24
24
|
|
25
|
-
instance = PulpRpmClient::
|
25
|
+
instance = PulpRpmClient::RpmModulemdRead.new(pulp_href: null,
|
26
26
|
pulp_created: null,
|
27
27
|
artifact: null,
|
28
28
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageCategoryRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
|
|
21
21
|
```ruby
|
22
22
|
require 'PulpRpmClient'
|
23
23
|
|
24
|
-
instance = PulpRpmClient::
|
24
|
+
instance = PulpRpmClient::RpmPackageCategoryRead.new(pulp_href: null,
|
25
25
|
pulp_created: null,
|
26
26
|
id: null,
|
27
27
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageEnvironmentRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
|
23
23
|
```ruby
|
24
24
|
require 'PulpRpmClient'
|
25
25
|
|
26
|
-
instance = PulpRpmClient::
|
26
|
+
instance = PulpRpmClient::RpmPackageEnvironmentRead.new(pulp_href: null,
|
27
27
|
pulp_created: null,
|
28
28
|
id: null,
|
29
29
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageGroupRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
|
24
24
|
```ruby
|
25
25
|
require 'PulpRpmClient'
|
26
26
|
|
27
|
-
instance = PulpRpmClient::
|
27
|
+
instance = PulpRpmClient::RpmPackageGroupRead.new(pulp_href: null,
|
28
28
|
pulp_created: null,
|
29
29
|
id: null,
|
30
30
|
default: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageLangpacksRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
17
|
+
instance = PulpRpmClient::RpmPackageLangpacksRead.new(pulp_href: null,
|
18
18
|
pulp_created: null,
|
19
19
|
matches: null,
|
20
20
|
digest: null)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -50,7 +50,7 @@ Name | Type | Description | Notes
|
|
50
50
|
```ruby
|
51
51
|
require 'PulpRpmClient'
|
52
52
|
|
53
|
-
instance = PulpRpmClient::
|
53
|
+
instance = PulpRpmClient::RpmPackageRead.new(pulp_href: null,
|
54
54
|
pulp_created: null,
|
55
55
|
artifact: null,
|
56
56
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmRepoMetadataFileRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
17
17
|
```ruby
|
18
18
|
require 'PulpRpmClient'
|
19
19
|
|
20
|
-
instance = PulpRpmClient::
|
20
|
+
instance = PulpRpmClient::RpmRepoMetadataFileRead.new(pulp_href: null,
|
21
21
|
pulp_created: null,
|
22
22
|
artifact: null,
|
23
23
|
data_type: null,
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmDistributionRead
|
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 'PulpRpmClient'
|
19
|
+
|
20
|
+
instance = PulpRpmClient::RpmRpmDistributionRead.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
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmPublicationRead
|
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
|
+
**metadata_checksum_type** | **String** | The checksum type for metadata. | [optional] [default to 'sha256']
|
12
|
+
**package_checksum_type** | **String** | The checksum type for packages. | [optional] [default to 'sha256']
|
13
|
+
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'PulpRpmClient'
|
18
|
+
|
19
|
+
instance = PulpRpmClient::RpmRpmPublicationRead.new(pulp_href: null,
|
20
|
+
pulp_created: null,
|
21
|
+
repository_version: null,
|
22
|
+
repository: null,
|
23
|
+
metadata_checksum_type: null,
|
24
|
+
package_checksum_type: null)
|
25
|
+
```
|
26
|
+
|
27
|
+
|
data/docs/RpmRpmRemote.md
CHANGED
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**name** | **String** | A unique name for this remote. |
|
10
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.
|
12
|
-
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped.
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication.
|
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
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
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]
|
16
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
18
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']
|
@@ -31,6 +33,8 @@ instance = PulpRpmClient::RpmRpmRemote.new(pulp_href: null,
|
|
31
33
|
client_key: null,
|
32
34
|
tls_validation: null,
|
33
35
|
proxy_url: null,
|
36
|
+
username: null,
|
37
|
+
password: null,
|
34
38
|
pulp_last_updated: null,
|
35
39
|
download_concurrency: null,
|
36
40
|
policy: null)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmRemoteRead
|
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
|
+
|
22
|
+
## Code Sample
|
23
|
+
|
24
|
+
```ruby
|
25
|
+
require 'PulpRpmClient'
|
26
|
+
|
27
|
+
instance = PulpRpmClient::RpmRpmRemoteRead.new(pulp_href: null,
|
28
|
+
pulp_created: null,
|
29
|
+
name: null,
|
30
|
+
url: null,
|
31
|
+
ca_cert: null,
|
32
|
+
client_cert: null,
|
33
|
+
client_key: null,
|
34
|
+
tls_validation: null,
|
35
|
+
proxy_url: null,
|
36
|
+
username: null,
|
37
|
+
password: null,
|
38
|
+
pulp_last_updated: null,
|
39
|
+
download_concurrency: null,
|
40
|
+
policy: null)
|
41
|
+
```
|
42
|
+
|
43
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmRepositoryRead
|
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
|
+
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpRpmClient'
|
19
|
+
|
20
|
+
instance = PulpRpmClient::RpmRpmRepositoryRead.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
versions_href: null,
|
23
|
+
latest_version_href: null,
|
24
|
+
name: null,
|
25
|
+
description: null,
|
26
|
+
metadata_signing_service: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmUpdateRecordRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
|
|
31
31
|
```ruby
|
32
32
|
require 'PulpRpmClient'
|
33
33
|
|
34
|
-
instance = PulpRpmClient::
|
34
|
+
instance = PulpRpmClient::RpmUpdateRecordRead.new(pulp_href: null,
|
35
35
|
pulp_created: null,
|
36
36
|
artifact: null,
|
37
37
|
id: null,
|
@@ -24,7 +24,7 @@ module PulpRpmClient
|
|
24
24
|
# @param relative_path [String] Path where the artifact is located relative to distributions base_path
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :artifact Artifact file representing the physical content
|
27
|
-
# @option opts [File] :file An uploaded file that
|
27
|
+
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
28
28
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
29
29
|
# @return [AsyncOperationResponse]
|
30
30
|
def create(relative_path, opts = {})
|
@@ -37,7 +37,7 @@ module PulpRpmClient
|
|
37
37
|
# @param relative_path [String] Path where the artifact is located relative to distributions base_path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [String] :artifact Artifact file representing the physical content
|
40
|
-
# @option opts [File] :file An uploaded file that
|
40
|
+
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
41
41
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
42
42
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
43
43
|
def create_with_http_info(relative_path, opts = {})
|
@@ -216,7 +216,7 @@ module PulpRpmClient
|
|
216
216
|
# @param [Hash] opts the optional parameters
|
217
217
|
# @option opts [String] :fields A list of fields to include in the response.
|
218
218
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
219
|
-
# @return [
|
219
|
+
# @return [RpmUpdateRecordRead]
|
220
220
|
def read(update_record_href, opts = {})
|
221
221
|
data, _status_code, _headers = read_with_http_info(update_record_href, opts)
|
222
222
|
data
|
@@ -228,7 +228,7 @@ module PulpRpmClient
|
|
228
228
|
# @param [Hash] opts the optional parameters
|
229
229
|
# @option opts [String] :fields A list of fields to include in the response.
|
230
230
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
231
|
-
# @return [Array<(
|
231
|
+
# @return [Array<(RpmUpdateRecordRead, Integer, Hash)>] RpmUpdateRecordRead data, response status code and response headers
|
232
232
|
def read_with_http_info(update_record_href, opts = {})
|
233
233
|
if @api_client.config.debugging
|
234
234
|
@api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.read ...'
|
@@ -257,7 +257,7 @@ module PulpRpmClient
|
|
257
257
|
post_body = opts[:body]
|
258
258
|
|
259
259
|
# return_type
|
260
|
-
return_type = opts[:return_type] || '
|
260
|
+
return_type = opts[:return_type] || 'RpmUpdateRecordRead'
|
261
261
|
|
262
262
|
# auth_names
|
263
263
|
auth_names = opts[:auth_names] || ['Basic']
|
@@ -165,7 +165,7 @@ module PulpRpmClient
|
|
165
165
|
# @param [Hash] opts the optional parameters
|
166
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
167
167
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
168
|
-
# @return [
|
168
|
+
# @return [RpmDistributionTreeRead]
|
169
169
|
def read(distribution_tree_href, opts = {})
|
170
170
|
data, _status_code, _headers = read_with_http_info(distribution_tree_href, opts)
|
171
171
|
data
|
@@ -177,7 +177,7 @@ module PulpRpmClient
|
|
177
177
|
# @param [Hash] opts the optional parameters
|
178
178
|
# @option opts [String] :fields A list of fields to include in the response.
|
179
179
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
180
|
-
# @return [Array<(
|
180
|
+
# @return [Array<(RpmDistributionTreeRead, Integer, Hash)>] RpmDistributionTreeRead data, response status code and response headers
|
181
181
|
def read_with_http_info(distribution_tree_href, opts = {})
|
182
182
|
if @api_client.config.debugging
|
183
183
|
@api_client.config.logger.debug 'Calling API: ContentDistributionTreesApi.read ...'
|
@@ -206,7 +206,7 @@ module PulpRpmClient
|
|
206
206
|
post_body = opts[:body]
|
207
207
|
|
208
208
|
# return_type
|
209
|
-
return_type = opts[:return_type] || '
|
209
|
+
return_type = opts[:return_type] || 'RpmDistributionTreeRead'
|
210
210
|
|
211
211
|
# auth_names
|
212
212
|
auth_names = opts[:auth_names] || ['Basic']
|
@@ -27,7 +27,7 @@ module PulpRpmClient
|
|
27
27
|
# @param profiles [String] Default profiles for modulemd streams.
|
28
28
|
# @param [Hash] opts the optional parameters
|
29
29
|
# @option opts [String] :artifact Artifact file representing the physical content
|
30
|
-
# @option opts [File] :file An uploaded file that
|
30
|
+
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
31
31
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
32
32
|
# @return [AsyncOperationResponse]
|
33
33
|
def create(relative_path, _module, stream, profiles, opts = {})
|
@@ -43,7 +43,7 @@ module PulpRpmClient
|
|
43
43
|
# @param profiles [String] Default profiles for modulemd streams.
|
44
44
|
# @param [Hash] opts the optional parameters
|
45
45
|
# @option opts [String] :artifact Artifact file representing the physical content
|
46
|
-
# @option opts [File] :file An uploaded file that
|
46
|
+
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
47
47
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
48
48
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
49
49
|
def create_with_http_info(relative_path, _module, stream, profiles, opts = {})
|
@@ -227,7 +227,7 @@ module PulpRpmClient
|
|
227
227
|
# @param [Hash] opts the optional parameters
|
228
228
|
# @option opts [String] :fields A list of fields to include in the response.
|
229
229
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
230
|
-
# @return [
|
230
|
+
# @return [RpmModulemdDefaultsRead]
|
231
231
|
def read(modulemd_defaults_href, opts = {})
|
232
232
|
data, _status_code, _headers = read_with_http_info(modulemd_defaults_href, opts)
|
233
233
|
data
|
@@ -239,7 +239,7 @@ module PulpRpmClient
|
|
239
239
|
# @param [Hash] opts the optional parameters
|
240
240
|
# @option opts [String] :fields A list of fields to include in the response.
|
241
241
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
242
|
-
# @return [Array<(
|
242
|
+
# @return [Array<(RpmModulemdDefaultsRead, Integer, Hash)>] RpmModulemdDefaultsRead data, response status code and response headers
|
243
243
|
def read_with_http_info(modulemd_defaults_href, opts = {})
|
244
244
|
if @api_client.config.debugging
|
245
245
|
@api_client.config.logger.debug 'Calling API: ContentModulemdDefaultsApi.read ...'
|
@@ -268,7 +268,7 @@ module PulpRpmClient
|
|
268
268
|
post_body = opts[:body]
|
269
269
|
|
270
270
|
# return_type
|
271
|
-
return_type = opts[:return_type] || '
|
271
|
+
return_type = opts[:return_type] || 'RpmModulemdDefaultsRead'
|
272
272
|
|
273
273
|
# auth_names
|
274
274
|
auth_names = opts[:auth_names] || ['Basic']
|