pulp_rpm_client 3.26.5 → 3.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/AcsRpmApi.md +3 -5
  4. data/docs/ArtifactResponse.md +0 -2
  5. data/docs/ContentAdvisoriesApi.md +10 -14
  6. data/docs/ContentDistributionTreesApi.md +9 -11
  7. data/docs/ContentModulemdDefaultsApi.md +9 -11
  8. data/docs/ContentModulemdObsoletesApi.md +9 -11
  9. data/docs/ContentModulemdsApi.md +9 -11
  10. data/docs/ContentPackagecategoriesApi.md +9 -11
  11. data/docs/ContentPackageenvironmentsApi.md +9 -11
  12. data/docs/ContentPackagegroupsApi.md +9 -11
  13. data/docs/ContentPackagelangpacksApi.md +9 -11
  14. data/docs/ContentPackagesApi.md +11 -15
  15. data/docs/ContentRepoMetadataFilesApi.md +9 -11
  16. data/docs/DistributionsRpmApi.md +3 -5
  17. data/docs/PatchedrpmRpmRepository.md +4 -0
  18. data/docs/PrunePackages.md +21 -0
  19. data/docs/PublicationsRpmApi.md +11 -13
  20. data/docs/RemotesRpmApi.md +3 -5
  21. data/docs/RemotesUlnApi.md +3 -5
  22. data/docs/RepositoriesRpmApi.md +7 -9
  23. data/docs/RepositoriesRpmVersionsApi.md +7 -9
  24. data/docs/RepositoryVersionResponse.md +0 -2
  25. data/docs/RpmCompsApi.md +1 -1
  26. data/docs/RpmCopyApi.md +1 -1
  27. data/docs/RpmModulemdDefaultsResponse.md +0 -2
  28. data/docs/RpmModulemdObsoleteResponse.md +0 -2
  29. data/docs/RpmModulemdResponse.md +0 -2
  30. data/docs/RpmPackage.md +1 -3
  31. data/docs/RpmPackageCategoryResponse.md +0 -2
  32. data/docs/RpmPackageEnvironmentResponse.md +0 -2
  33. data/docs/RpmPackageGroupResponse.md +0 -2
  34. data/docs/RpmPackageLangpacksResponse.md +0 -2
  35. data/docs/RpmPackageResponse.md +0 -2
  36. data/docs/RpmPruneApi.md +61 -0
  37. data/docs/RpmRepoMetadataFileResponse.md +0 -2
  38. data/docs/RpmRpmAlternateContentSourceResponse.md +0 -2
  39. data/docs/RpmRpmDistributionResponse.md +0 -4
  40. data/docs/RpmRpmPublicationResponse.md +0 -2
  41. data/docs/RpmRpmRemoteResponse.md +0 -2
  42. data/docs/RpmRpmRepository.md +4 -0
  43. data/docs/RpmRpmRepositoryResponse.md +4 -2
  44. data/docs/RpmUlnRemoteResponse.md +0 -2
  45. data/docs/RpmUpdateRecord.md +1 -3
  46. data/docs/RpmUpdateRecordResponse.md +0 -2
  47. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -5
  48. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -18
  49. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -11
  50. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -11
  51. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -11
  52. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -11
  53. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -11
  54. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -11
  55. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -11
  56. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -11
  57. data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -20
  58. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -11
  59. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -5
  60. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -14
  61. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -5
  62. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -5
  63. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -9
  64. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +7 -10
  65. data/lib/pulp_rpm_client/api/rpm_prune_api.rb +84 -0
  66. data/lib/pulp_rpm_client/configuration.rb +2 -2
  67. data/lib/pulp_rpm_client/models/artifact_response.rb +2 -12
  68. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +39 -1
  69. data/lib/pulp_rpm_client/models/prune_packages.rb +254 -0
  70. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
  71. data/lib/pulp_rpm_client/models/repository_version_response.rb +2 -12
  72. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -11
  73. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +1 -11
  74. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -11
  75. data/lib/pulp_rpm_client/models/rpm_package.rb +4 -29
  76. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -11
  77. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -11
  78. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -11
  79. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -11
  80. data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -11
  81. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -11
  82. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +1 -11
  83. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -21
  84. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -11
  85. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -11
  86. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +39 -1
  87. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +39 -11
  88. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -11
  89. data/lib/pulp_rpm_client/models/rpm_update_record.rb +4 -29
  90. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -11
  91. data/lib/pulp_rpm_client/version.rb +1 -1
  92. data/lib/pulp_rpm_client.rb +2 -0
  93. data/spec/api/acs_rpm_api_spec.rb +1 -2
  94. data/spec/api/content_advisories_api_spec.rb +4 -6
  95. data/spec/api/content_distribution_trees_api_spec.rb +4 -5
  96. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -5
  97. data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -5
  98. data/spec/api/content_modulemds_api_spec.rb +4 -5
  99. data/spec/api/content_packagecategories_api_spec.rb +4 -5
  100. data/spec/api/content_packageenvironments_api_spec.rb +4 -5
  101. data/spec/api/content_packagegroups_api_spec.rb +4 -5
  102. data/spec/api/content_packagelangpacks_api_spec.rb +4 -5
  103. data/spec/api/content_packages_api_spec.rb +5 -7
  104. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -5
  105. data/spec/api/distributions_rpm_api_spec.rb +1 -2
  106. data/spec/api/publications_rpm_api_spec.rb +5 -6
  107. data/spec/api/remotes_rpm_api_spec.rb +1 -2
  108. data/spec/api/remotes_uln_api_spec.rb +1 -2
  109. data/spec/api/repositories_rpm_api_spec.rb +3 -4
  110. data/spec/api/repositories_rpm_versions_api_spec.rb +3 -4
  111. data/spec/api/rpm_prune_api_spec.rb +46 -0
  112. data/spec/configuration_spec.rb +3 -3
  113. data/spec/models/artifact_response_spec.rb +0 -6
  114. data/spec/models/patchedrpm_rpm_repository_spec.rb +12 -0
  115. data/spec/models/prune_packages_spec.rb +53 -0
  116. data/spec/models/repository_version_response_spec.rb +0 -6
  117. data/spec/models/rpm_modulemd_defaults_response_spec.rb +0 -6
  118. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +0 -6
  119. data/spec/models/rpm_modulemd_response_spec.rb +0 -6
  120. data/spec/models/rpm_package_category_response_spec.rb +0 -6
  121. data/spec/models/rpm_package_environment_response_spec.rb +0 -6
  122. data/spec/models/rpm_package_group_response_spec.rb +0 -6
  123. data/spec/models/rpm_package_langpacks_response_spec.rb +0 -6
  124. data/spec/models/rpm_package_response_spec.rb +0 -6
  125. data/spec/models/rpm_package_spec.rb +0 -6
  126. data/spec/models/rpm_repo_metadata_file_response_spec.rb +0 -6
  127. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +0 -6
  128. data/spec/models/rpm_rpm_distribution_response_spec.rb +0 -12
  129. data/spec/models/rpm_rpm_publication_response_spec.rb +0 -6
  130. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  131. data/spec/models/rpm_rpm_repository_response_spec.rb +12 -6
  132. data/spec/models/rpm_rpm_repository_spec.rb +12 -0
  133. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  134. data/spec/models/rpm_update_record_response_spec.rb +0 -6
  135. data/spec/models/rpm_update_record_spec.rb +0 -6
  136. metadata +105 -97
data/docs/RpmPackage.md CHANGED
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
10
10
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
11
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
- **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
13
12
 
14
13
  ## Code Sample
15
14
 
@@ -20,8 +19,7 @@ instance = PulpRpmClient::RpmPackage.new(repository: null,
20
19
  artifact: null,
21
20
  relative_path: null,
22
21
  file: null,
23
- upload: null,
24
- file_url: null)
22
+ upload: null)
25
23
  ```
26
24
 
27
25
 
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **id** | **String** | Category id. |
@@ -23,7 +22,6 @@ Name | Type | Description | Notes
23
22
  require 'PulpRpmClient'
24
23
 
25
24
  instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
26
- prn: null,
27
25
  pulp_created: null,
28
26
  pulp_last_updated: null,
29
27
  id: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **id** | **String** | Environment id. |
@@ -24,7 +23,6 @@ Name | Type | Description | Notes
24
23
  require 'PulpRpmClient'
25
24
 
26
25
  instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
27
- prn: null,
28
26
  pulp_created: null,
29
27
  pulp_last_updated: null,
30
28
  id: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **id** | **String** | PackageGroup id. |
@@ -26,7 +25,6 @@ Name | Type | Description | Notes
26
25
  require 'PulpRpmClient'
27
26
 
28
27
  instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
29
- prn: null,
30
28
  pulp_created: null,
31
29
  pulp_last_updated: null,
32
30
  id: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **matches** | [**Object**](.md) | Langpacks matches. |
@@ -17,7 +16,6 @@ Name | Type | Description | Notes
17
16
  require 'PulpRpmClient'
18
17
 
19
18
  instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
20
- prn: null,
21
19
  pulp_created: null,
22
20
  pulp_last_updated: null,
23
21
  matches: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -58,7 +57,6 @@ Name | Type | Description | Notes
58
57
  require 'PulpRpmClient'
59
58
 
60
59
  instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
61
- prn: null,
62
60
  pulp_created: null,
63
61
  pulp_last_updated: null,
64
62
  md5: null,
@@ -0,0 +1,61 @@
1
+ # PulpRpmClient::RpmPruneApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**prune_packages**](RpmPruneApi.md#prune_packages) | **POST** /pulp/api/v3/rpm/prune/ |
8
+
9
+
10
+
11
+ ## prune_packages
12
+
13
+ > TaskGroupOperationResponse prune_packages(prune_packages)
14
+
15
+
16
+
17
+ Trigger an asynchronous old-Package-prune operation.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_rpm_client'
24
+ # setup authorization
25
+ PulpRpmClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpRpmClient::RpmPruneApi.new
32
+ prune_packages = PulpRpmClient::PrunePackages.new # PrunePackages |
33
+
34
+ begin
35
+ result = api_instance.prune_packages(prune_packages)
36
+ p result
37
+ rescue PulpRpmClient::ApiError => e
38
+ puts "Exception when calling RpmPruneApi->prune_packages: #{e}"
39
+ end
40
+ ```
41
+
42
+ ### Parameters
43
+
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **prune_packages** | [**PrunePackages**](PrunePackages.md)| |
48
+
49
+ ### Return type
50
+
51
+ [**TaskGroupOperationResponse**](TaskGroupOperationResponse.md)
52
+
53
+ ### Authorization
54
+
55
+ [basicAuth](../README.md#basicAuth)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
60
+ - **Accept**: application/json
61
+
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -26,7 +25,6 @@ Name | Type | Description | Notes
26
25
  require 'PulpRpmClient'
27
26
 
28
27
  instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
29
- prn: null,
30
28
  pulp_created: null,
31
29
  pulp_last_updated: null,
32
30
  md5: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **name** | **String** | Name of Alternate Content Source. |
@@ -19,7 +18,6 @@ Name | Type | Description | Notes
19
18
  require 'PulpRpmClient'
20
19
 
21
20
  instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null,
22
- prn: null,
23
21
  pulp_created: null,
24
22
  pulp_last_updated: null,
25
23
  name: null,
@@ -5,13 +5,11 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **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\") |
12
11
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
13
12
  **content_guard** | **String** | An optional content-guard. | [optional]
14
- **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
15
13
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
16
14
  **pulp_labels** | **Hash<String, String>** | | [optional]
17
15
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
@@ -25,13 +23,11 @@ Name | Type | Description | Notes
25
23
  require 'PulpRpmClient'
26
24
 
27
25
  instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
28
- prn: null,
29
26
  pulp_created: null,
30
27
  pulp_last_updated: null,
31
28
  base_path: null,
32
29
  base_url: null,
33
30
  content_guard: null,
34
- no_content_change_since: null,
35
31
  hidden: null,
36
32
  pulp_labels: null,
37
33
  name: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **repository_version** | **String** | | [optional]
@@ -25,7 +24,6 @@ Name | Type | Description | Notes
25
24
  require 'PulpRpmClient'
26
25
 
27
26
  instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
28
- prn: null,
29
27
  pulp_created: null,
30
28
  pulp_last_updated: null,
31
29
  repository_version: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
11
10
  **name** | **String** | A unique name for this remote. |
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
33
32
  require 'PulpRpmClient'
34
33
 
35
34
  instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
36
- prn: null,
37
35
  pulp_created: null,
38
36
  pulp_last_updated: null,
39
37
  name: null,
@@ -11,6 +11,8 @@ Name | Type | Description | Notes
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
13
13
  **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
+ **package_signing_service** | **String** | A reference to an associated package signing service. | [optional]
15
+ **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional] [default to '']
14
16
  **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
15
17
  **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
16
18
  **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
@@ -32,6 +34,8 @@ instance = PulpRpmClient::RpmRpmRepository.new(pulp_labels: null,
32
34
  remote: null,
33
35
  autopublish: null,
34
36
  metadata_signing_service: null,
37
+ package_signing_service: null,
38
+ package_signing_fingerprint: null,
35
39
  retain_package_versions: null,
36
40
  checksum_type: null,
37
41
  metadata_checksum_type: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **versions_href** | **String** | | [optional] [readonly]
@@ -17,6 +16,8 @@ Name | Type | Description | Notes
17
16
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
18
17
  **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
19
18
  **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
19
+ **package_signing_service** | **String** | A reference to an associated package signing service. | [optional]
20
+ **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional] [default to '']
20
21
  **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
21
22
  **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
22
23
  **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
@@ -33,7 +34,6 @@ Name | Type | Description | Notes
33
34
  require 'PulpRpmClient'
34
35
 
35
36
  instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
36
- prn: null,
37
37
  pulp_created: null,
38
38
  pulp_last_updated: null,
39
39
  versions_href: null,
@@ -45,6 +45,8 @@ instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
45
45
  remote: null,
46
46
  autopublish: null,
47
47
  metadata_signing_service: null,
48
+ package_signing_service: null,
49
+ package_signing_fingerprint: null,
48
50
  retain_package_versions: null,
49
51
  checksum_type: null,
50
52
  metadata_checksum_type: null,
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
11
10
  **name** | **String** | A unique name for this remote. |
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
33
32
  require 'PulpRpmClient'
34
33
 
35
34
  instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
36
- prn: null,
37
35
  pulp_created: null,
38
36
  pulp_last_updated: null,
39
37
  name: null,
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
9
9
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
10
- **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
11
10
 
12
11
  ## Code Sample
13
12
 
@@ -16,8 +15,7 @@ require 'PulpRpmClient'
16
15
 
17
16
  instance = PulpRpmClient::RpmUpdateRecord.new(repository: null,
18
17
  file: null,
19
- upload: null,
20
- file_url: null)
18
+ upload: null)
21
19
  ```
22
20
 
23
21
 
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
9
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
10
  **id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
33
32
  require 'PulpRpmClient'
34
33
 
35
34
  instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
36
- prn: null,
37
35
  pulp_created: null,
38
36
  pulp_last_updated: null,
39
37
  id: null,
@@ -230,10 +230,9 @@ module PulpRpmClient
230
230
  # @option opts [String] :name__startswith Filter results where name starts with value
231
231
  # @option opts [Integer] :offset The initial index from which to return the results.
232
232
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
233
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
234
233
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
235
234
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
236
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
235
+ # @option opts [String] :q
237
236
  # @option opts [Array<String>] :fields A list of fields to include in the response.
238
237
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
239
238
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
@@ -257,10 +256,9 @@ module PulpRpmClient
257
256
  # @option opts [String] :name__startswith Filter results where name starts with value
258
257
  # @option opts [Integer] :offset The initial index from which to return the results.
259
258
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
260
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
261
259
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
262
260
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
263
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
261
+ # @option opts [String] :q
264
262
  # @option opts [Array<String>] :fields A list of fields to include in the response.
265
263
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
266
264
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
@@ -289,7 +287,6 @@ module PulpRpmClient
289
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
290
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
291
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
292
- query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
293
290
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
294
291
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
295
292
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -25,7 +25,6 @@ module PulpRpmClient
25
25
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
26
26
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
27
27
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
28
- # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
29
28
  # @return [AsyncOperationResponse]
30
29
  def create(opts = {})
31
30
  data, _status_code, _headers = create_with_http_info(opts)
@@ -38,16 +37,11 @@ module PulpRpmClient
38
37
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
39
38
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
40
39
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
41
- # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
42
40
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
43
41
  def create_with_http_info(opts = {})
44
42
  if @api_client.config.debugging
45
43
  @api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.create ...'
46
44
  end
47
- if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
48
- fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentAdvisoriesApi.create, the character length must be great than or equal to 1.'
49
- end
50
-
51
45
  # resource path
52
46
  local_var_path = '/pulp/api/v3/content/rpm/advisories/'
53
47
 
@@ -66,7 +60,6 @@ module PulpRpmClient
66
60
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
67
61
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
68
62
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
69
- form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
70
63
 
71
64
  # http body (model)
72
65
  post_body = opts[:body]
@@ -102,13 +95,12 @@ module PulpRpmClient
102
95
  # @option opts [Integer] :offset The initial index from which to return the results.
103
96
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
104
97
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
105
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
106
98
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
107
99
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
108
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
109
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
110
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
111
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
100
+ # @option opts [String] :q
101
+ # @option opts [String] :repository_version Repository Version referenced by HREF
102
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
103
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
112
104
  # @option opts [String] :severity Filter results where severity matches value
113
105
  # @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
114
106
  # @option opts [String] :severity__ne Filter results where severity not equal to value
@@ -135,13 +127,12 @@ module PulpRpmClient
135
127
  # @option opts [Integer] :offset The initial index from which to return the results.
136
128
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
137
129
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
138
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
139
130
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
140
131
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
141
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
142
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
143
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
144
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
132
+ # @option opts [String] :q
133
+ # @option opts [String] :repository_version Repository Version referenced by HREF
134
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
135
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
145
136
  # @option opts [String] :severity Filter results where severity matches value
146
137
  # @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
147
138
  # @option opts [String] :severity__ne Filter results where severity not equal to value
@@ -173,7 +164,6 @@ module PulpRpmClient
173
164
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
174
165
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
175
166
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
176
- query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
177
167
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
178
168
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
179
169
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -26,13 +26,12 @@ module PulpRpmClient
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
29
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
30
29
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
31
30
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
32
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
33
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
34
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
35
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
31
+ # @option opts [String] :q
32
+ # @option opts [String] :repository_version Repository Version referenced by HREF
33
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
34
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
36
35
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
36
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
37
  # @return [PaginatedrpmDistributionTreeResponseList]
@@ -48,13 +47,12 @@ module PulpRpmClient
48
47
  # @option opts [Integer] :offset The initial index from which to return the results.
49
48
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
50
49
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
51
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
52
50
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
53
51
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
54
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
55
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
56
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
57
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
52
+ # @option opts [String] :q
53
+ # @option opts [String] :repository_version Repository Version referenced by HREF
54
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
55
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
58
56
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
57
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
58
  # @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
@@ -75,7 +73,6 @@ module PulpRpmClient
75
73
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
76
74
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
75
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
78
- query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
79
76
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
80
77
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
81
78
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -92,13 +92,12 @@ module PulpRpmClient
92
92
  # @option opts [Integer] :offset The initial index from which to return the results.
93
93
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
94
94
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
95
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
96
95
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
97
96
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
98
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
99
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
100
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
101
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
97
+ # @option opts [String] :q
98
+ # @option opts [String] :repository_version Repository Version referenced by HREF
99
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
100
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
102
101
  # @option opts [String] :sha256
103
102
  # @option opts [String] :stream Filter results where stream matches value
104
103
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
@@ -119,13 +118,12 @@ module PulpRpmClient
119
118
  # @option opts [Integer] :offset The initial index from which to return the results.
120
119
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
121
120
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
122
- # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
123
121
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
124
122
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
125
- # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
126
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
127
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
128
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
123
+ # @option opts [String] :q
124
+ # @option opts [String] :repository_version Repository Version referenced by HREF
125
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
126
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
129
127
  # @option opts [String] :sha256
130
128
  # @option opts [String] :stream Filter results where stream matches value
131
129
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
@@ -151,7 +149,6 @@ module PulpRpmClient
151
149
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
152
150
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
153
151
  query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
154
- query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
155
152
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
156
153
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
157
154
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?