pulp_rpm_client 3.4.1 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +14 -19
- data/docs/ContentAdvisoriesApi.md +2 -2
- data/docs/ContentDistributionTreesApi.md +2 -2
- data/docs/ContentModulemdDefaultsApi.md +2 -2
- data/docs/ContentModulemdsApi.md +2 -2
- data/docs/ContentPackagecategoriesApi.md +2 -2
- data/docs/ContentPackageenvironmentsApi.md +2 -2
- data/docs/ContentPackagegroupsApi.md +2 -2
- data/docs/ContentPackagelangpacksApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentRepoMetadataFilesApi.md +2 -2
- data/docs/DistributionsRpmApi.md +2 -2
- 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 +2 -2
- data/docs/RemotesRpmApi.md +4 -4
- data/docs/RepositoriesRpmApi.md +4 -4
- data/docs/RepositoriesRpmVersionsApi.md +6 -4
- data/docs/{RpmDistributionTreeRead.md → RpmDistributionTree.md} +2 -2
- data/docs/{RpmModulemdRead.md → RpmModulemd.md} +2 -2
- data/docs/{RpmModulemdDefaultsRead.md → RpmModulemdDefaults.md} +2 -2
- data/docs/{RpmPackageRead.md → RpmPackage.md} +2 -2
- data/docs/{RpmPackageCategoryRead.md → RpmPackageCategory.md} +2 -2
- data/docs/{RpmPackageEnvironmentRead.md → RpmPackageEnvironment.md} +2 -2
- data/docs/{RpmPackageGroupRead.md → RpmPackageGroup.md} +2 -2
- data/docs/{RpmPackageLangpacksRead.md → RpmPackageLangpacks.md} +2 -2
- data/docs/{RpmRepoMetadataFileRead.md → RpmRepoMetadataFile.md} +2 -2
- data/docs/{RpmUpdateRecordRead.md → RpmUpdateRecord.md} +2 -2
- data/lib/pulp_rpm_client.rb +10 -15
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +3 -3
- 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 +3 -3
- 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 +6 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +9 -6
- 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/{rpm_distribution_tree_read.rb → rpm_distribution_tree.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_read.rb → rpm_modulemd.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_defaults_read.rb → rpm_modulemd_defaults.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_read.rb → rpm_package.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_category_read.rb → rpm_package_category.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_environment_read.rb → rpm_package_environment.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_group_read.rb → rpm_package_group.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks_read.rb → rpm_package_langpacks.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file_read.rb → rpm_repo_metadata_file.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_update_record_read.rb → rpm_update_record.rb} +3 -3
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/content_advisories_api_spec.rb +1 -1
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +1 -1
- data/spec/api/content_modulemds_api_spec.rb +1 -1
- 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 +1 -1
- 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 +2 -2
- data/spec/api/repositories_rpm_versions_api_spec.rb +3 -2
- data/spec/models/{rpm_distribution_tree_read_spec.rb → rpm_distribution_tree_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_defaults_read_spec.rb → rpm_modulemd_defaults_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_read_spec.rb → rpm_modulemd_spec.rb} +6 -6
- data/spec/models/{rpm_package_category_read_spec.rb → rpm_package_category_spec.rb} +6 -6
- data/spec/models/{rpm_package_environment_read_spec.rb → rpm_package_environment_spec.rb} +6 -6
- data/spec/models/{rpm_package_group_read_spec.rb → rpm_package_group_spec.rb} +6 -6
- data/spec/models/{rpm_package_langpacks_read_spec.rb → rpm_package_langpacks_spec.rb} +6 -6
- data/spec/models/{rpm_package_read_spec.rb → rpm_package_spec.rb} +6 -6
- data/spec/models/{rpm_repo_metadata_file_read_spec.rb → rpm_repo_metadata_file_spec.rb} +6 -6
- data/spec/models/{rpm_update_record_read_spec.rb → rpm_update_record_spec.rb} +6 -6
- metadata +42 -62
- data/docs/RepositoryVersionRead.md +0 -25
- data/docs/RpmRpmDistributionRead.md +0 -29
- data/docs/RpmRpmPublicationRead.md +0 -27
- data/docs/RpmRpmRemoteRead.md +0 -43
- data/docs/RpmRpmRepositoryRead.md +0 -29
- data/lib/pulp_rpm_client/models/repository_version_read.rb +0 -244
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_read.rb +0 -331
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_read.rb +0 -305
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_read.rb +0 -531
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_read.rb +0 -305
- data/spec/models/repository_version_read_spec.rb +0 -65
- data/spec/models/rpm_rpm_distribution_read_spec.rb +0 -77
- data/spec/models/rpm_rpm_publication_read_spec.rb +0 -79
- data/spec/models/rpm_rpm_remote_read_spec.rb +0 -123
- data/spec/models/rpm_rpm_repository_read_spec.rb +0 -77
data/docs/RemotesRpmApi.md
CHANGED
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
>
|
18
|
+
> RpmRpmRemote 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
|
+
[**RpmRpmRemote**](RpmRpmRemote.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
|
+
> RpmRpmRemote 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
|
+
[**RpmRpmRemote**](RpmRpmRemote.md)
|
304
304
|
|
305
305
|
### Authorization
|
306
306
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
|
18
18
|
## create
|
19
19
|
|
20
|
-
>
|
20
|
+
> RpmRpmRepository 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
|
+
[**RpmRpmRepository**](RpmRpmRepository.md)
|
60
60
|
|
61
61
|
### Authorization
|
62
62
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
300
300
|
|
301
301
|
## read
|
302
302
|
|
303
|
-
>
|
303
|
+
> RpmRpmRepository 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
|
+
[**RpmRpmRepository**](RpmRpmRepository.md)
|
349
349
|
|
350
350
|
### Authorization
|
351
351
|
|
@@ -99,8 +99,9 @@ opts = {
|
|
99
99
|
pulp_created__gt: 'pulp_created__gt_example', # String | Filter results where pulp_created is greater than value
|
100
100
|
pulp_created__gte: 'pulp_created__gte_example', # String | Filter results where pulp_created is greater than or equal to value
|
101
101
|
pulp_created__range: 'pulp_created__range_example', # String | Filter results where pulp_created is between two comma separated values
|
102
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
103
102
|
pulp_created: 'pulp_created_example', # String | ISO 8601 formatted dates are supported
|
103
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
104
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
104
105
|
limit: 56, # Integer | Number of results to return per page.
|
105
106
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -134,8 +135,9 @@ Name | Type | Description | Notes
|
|
134
135
|
**pulp_created__gt** | **String**| Filter results where pulp_created is greater than value | [optional]
|
135
136
|
**pulp_created__gte** | **String**| Filter results where pulp_created is greater than or equal to value | [optional]
|
136
137
|
**pulp_created__range** | **String**| Filter results where pulp_created is between two comma separated values | [optional]
|
137
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
138
138
|
**pulp_created** | **String**| ISO 8601 formatted dates are supported | [optional]
|
139
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
140
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
139
141
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
140
142
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
141
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -157,7 +159,7 @@ Name | Type | Description | Notes
|
|
157
159
|
|
158
160
|
## read
|
159
161
|
|
160
|
-
>
|
162
|
+
> RepositoryVersion read(rpm_repository_version_href, opts)
|
161
163
|
|
162
164
|
Inspect a repository version
|
163
165
|
|
@@ -202,7 +204,7 @@ Name | Type | Description | Notes
|
|
202
204
|
|
203
205
|
### Return type
|
204
206
|
|
205
|
-
[**
|
207
|
+
[**RepositoryVersion**](RepositoryVersion.md)
|
206
208
|
|
207
209
|
### Authorization
|
208
210
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmDistributionTree
|
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::RpmDistributionTree.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::RpmModulemd
|
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::RpmModulemd.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::RpmModulemdDefaults
|
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::RpmModulemdDefaults.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::RpmPackage
|
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::RpmPackage.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::RpmPackageCategory
|
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::RpmPackageCategory.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::RpmPackageEnvironment
|
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::RpmPackageEnvironment.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::RpmPackageGroup
|
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::RpmPackageGroup.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::RpmPackageLangpacks
|
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::RpmPackageLangpacks.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::RpmRepoMetadataFile
|
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::RpmRepoMetadataFile.new(pulp_href: null,
|
21
21
|
pulp_created: null,
|
22
22
|
artifact: null,
|
23
23
|
data_type: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmUpdateRecord
|
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::RpmUpdateRecord.new(pulp_href: null,
|
35
35
|
pulp_created: null,
|
36
36
|
artifact: null,
|
37
37
|
id: null,
|
data/lib/pulp_rpm_client.rb
CHANGED
@@ -41,27 +41,22 @@ require 'pulp_rpm_client/models/inline_response2008'
|
|
41
41
|
require 'pulp_rpm_client/models/inline_response2009'
|
42
42
|
require 'pulp_rpm_client/models/repository_add_remove_content'
|
43
43
|
require 'pulp_rpm_client/models/repository_version'
|
44
|
-
require 'pulp_rpm_client/models/
|
45
|
-
require 'pulp_rpm_client/models/
|
46
|
-
require 'pulp_rpm_client/models/
|
47
|
-
require 'pulp_rpm_client/models/
|
48
|
-
require 'pulp_rpm_client/models/
|
49
|
-
require 'pulp_rpm_client/models/
|
50
|
-
require 'pulp_rpm_client/models/
|
51
|
-
require 'pulp_rpm_client/models/
|
52
|
-
require 'pulp_rpm_client/models/
|
53
|
-
require 'pulp_rpm_client/models/rpm_repo_metadata_file_read'
|
44
|
+
require 'pulp_rpm_client/models/rpm_distribution_tree'
|
45
|
+
require 'pulp_rpm_client/models/rpm_modulemd'
|
46
|
+
require 'pulp_rpm_client/models/rpm_modulemd_defaults'
|
47
|
+
require 'pulp_rpm_client/models/rpm_package'
|
48
|
+
require 'pulp_rpm_client/models/rpm_package_category'
|
49
|
+
require 'pulp_rpm_client/models/rpm_package_environment'
|
50
|
+
require 'pulp_rpm_client/models/rpm_package_group'
|
51
|
+
require 'pulp_rpm_client/models/rpm_package_langpacks'
|
52
|
+
require 'pulp_rpm_client/models/rpm_repo_metadata_file'
|
54
53
|
require 'pulp_rpm_client/models/rpm_repository_sync_url'
|
55
54
|
require 'pulp_rpm_client/models/rpm_rpm_distribution'
|
56
|
-
require 'pulp_rpm_client/models/rpm_rpm_distribution_read'
|
57
55
|
require 'pulp_rpm_client/models/rpm_rpm_publication'
|
58
|
-
require 'pulp_rpm_client/models/rpm_rpm_publication_read'
|
59
56
|
require 'pulp_rpm_client/models/rpm_rpm_remote'
|
60
|
-
require 'pulp_rpm_client/models/rpm_rpm_remote_read'
|
61
57
|
require 'pulp_rpm_client/models/rpm_rpm_repository'
|
62
|
-
require 'pulp_rpm_client/models/rpm_rpm_repository_read'
|
63
58
|
require 'pulp_rpm_client/models/rpm_update_collection'
|
64
|
-
require 'pulp_rpm_client/models/
|
59
|
+
require 'pulp_rpm_client/models/rpm_update_record'
|
65
60
|
require 'pulp_rpm_client/models/variant'
|
66
61
|
|
67
62
|
# APIs
|
@@ -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 [RpmUpdateRecord]
|
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<(RpmUpdateRecord, Integer, Hash)>] RpmUpdateRecord 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] || 'RpmUpdateRecord'
|
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 [RpmDistributionTree]
|
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<(RpmDistributionTree, Integer, Hash)>] RpmDistributionTree 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] || 'RpmDistributionTree'
|
210
210
|
|
211
211
|
# auth_names
|
212
212
|
auth_names = opts[:auth_names] || ['Basic']
|
@@ -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 [RpmModulemdDefaults]
|
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<(RpmModulemdDefaults, Integer, Hash)>] RpmModulemdDefaults 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] || 'RpmModulemdDefaults'
|
272
272
|
|
273
273
|
# auth_names
|
274
274
|
auth_names = opts[:auth_names] || ['Basic']
|
@@ -270,7 +270,7 @@ module PulpRpmClient
|
|
270
270
|
# @param [Hash] opts the optional parameters
|
271
271
|
# @option opts [String] :fields A list of fields to include in the response.
|
272
272
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
273
|
-
# @return [
|
273
|
+
# @return [RpmModulemd]
|
274
274
|
def read(modulemd_href, opts = {})
|
275
275
|
data, _status_code, _headers = read_with_http_info(modulemd_href, opts)
|
276
276
|
data
|
@@ -282,7 +282,7 @@ module PulpRpmClient
|
|
282
282
|
# @param [Hash] opts the optional parameters
|
283
283
|
# @option opts [String] :fields A list of fields to include in the response.
|
284
284
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
285
|
-
# @return [Array<(
|
285
|
+
# @return [Array<(RpmModulemd, Integer, Hash)>] RpmModulemd data, response status code and response headers
|
286
286
|
def read_with_http_info(modulemd_href, opts = {})
|
287
287
|
if @api_client.config.debugging
|
288
288
|
@api_client.config.logger.debug 'Calling API: ContentModulemdsApi.read ...'
|
@@ -311,7 +311,7 @@ module PulpRpmClient
|
|
311
311
|
post_body = opts[:body]
|
312
312
|
|
313
313
|
# return_type
|
314
|
-
return_type = opts[:return_type] || '
|
314
|
+
return_type = opts[:return_type] || 'RpmModulemd'
|
315
315
|
|
316
316
|
# auth_names
|
317
317
|
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 [RpmPackageCategory]
|
169
169
|
def read(package_category_href, opts = {})
|
170
170
|
data, _status_code, _headers = read_with_http_info(package_category_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<(RpmPackageCategory, Integer, Hash)>] RpmPackageCategory data, response status code and response headers
|
181
181
|
def read_with_http_info(package_category_href, opts = {})
|
182
182
|
if @api_client.config.debugging
|
183
183
|
@api_client.config.logger.debug 'Calling API: ContentPackagecategoriesApi.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] || 'RpmPackageCategory'
|
210
210
|
|
211
211
|
# auth_names
|
212
212
|
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 [RpmPackageEnvironment]
|
169
169
|
def read(package_environment_href, opts = {})
|
170
170
|
data, _status_code, _headers = read_with_http_info(package_environment_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<(RpmPackageEnvironment, Integer, Hash)>] RpmPackageEnvironment data, response status code and response headers
|
181
181
|
def read_with_http_info(package_environment_href, opts = {})
|
182
182
|
if @api_client.config.debugging
|
183
183
|
@api_client.config.logger.debug 'Calling API: ContentPackageenvironmentsApi.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] || 'RpmPackageEnvironment'
|
210
210
|
|
211
211
|
# auth_names
|
212
212
|
auth_names = opts[:auth_names] || ['Basic']
|