pulp_rpm_client 3.27.1 → 3.27.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AcsRpmApi.md +5 -3
  4. data/docs/ArtifactResponse.md +2 -0
  5. data/docs/ContentAdvisoriesApi.md +14 -10
  6. data/docs/ContentDistributionTreesApi.md +11 -9
  7. data/docs/ContentModulemdDefaultsApi.md +11 -9
  8. data/docs/ContentModulemdObsoletesApi.md +11 -9
  9. data/docs/ContentModulemdsApi.md +11 -9
  10. data/docs/ContentPackagecategoriesApi.md +11 -9
  11. data/docs/ContentPackageenvironmentsApi.md +11 -9
  12. data/docs/ContentPackagegroupsApi.md +11 -9
  13. data/docs/ContentPackagelangpacksApi.md +11 -9
  14. data/docs/ContentPackagesApi.md +14 -10
  15. data/docs/ContentRepoMetadataFilesApi.md +11 -9
  16. data/docs/Copy.md +1 -1
  17. data/docs/DistributionsRpmApi.md +5 -3
  18. data/docs/PatchedrpmRpmRepository.md +1 -1
  19. data/docs/PublicationsRpmApi.md +13 -11
  20. data/docs/RemotesRpmApi.md +5 -3
  21. data/docs/RemotesUlnApi.md +5 -3
  22. data/docs/RepositoriesRpmApi.md +9 -7
  23. data/docs/RepositoriesRpmVersionsApi.md +9 -7
  24. data/docs/RepositoryVersionResponse.md +2 -0
  25. data/docs/RpmCompsApi.md +1 -1
  26. data/docs/RpmCopyApi.md +1 -1
  27. data/docs/RpmModulemd.md +3 -3
  28. data/docs/RpmModulemdDefaults.md +1 -1
  29. data/docs/RpmModulemdDefaultsResponse.md +3 -1
  30. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  31. data/docs/RpmModulemdResponse.md +5 -3
  32. data/docs/RpmPackage.md +3 -1
  33. data/docs/RpmPackageCategoryResponse.md +5 -3
  34. data/docs/RpmPackageEnvironmentResponse.md +6 -4
  35. data/docs/RpmPackageGroupResponse.md +5 -3
  36. data/docs/RpmPackageLangpacksResponse.md +3 -1
  37. data/docs/RpmPackageResponse.md +12 -10
  38. data/docs/RpmPruneApi.md +1 -1
  39. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  40. data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
  41. data/docs/RpmRpmDistributionResponse.md +4 -0
  42. data/docs/RpmRpmPublication.md +1 -1
  43. data/docs/RpmRpmPublicationResponse.md +3 -1
  44. data/docs/RpmRpmRemoteResponse.md +2 -0
  45. data/docs/RpmRpmRepository.md +1 -1
  46. data/docs/RpmRpmRepositoryResponse.md +3 -1
  47. data/docs/RpmUlnRemoteResponse.md +2 -0
  48. data/docs/RpmUpdateCollection.md +1 -1
  49. data/docs/RpmUpdateCollectionResponse.md +1 -1
  50. data/docs/RpmUpdateRecord.md +3 -1
  51. data/docs/RpmUpdateRecordResponse.md +2 -0
  52. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
  53. data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
  54. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
  55. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
  56. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
  57. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
  58. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
  59. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
  60. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
  61. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
  62. data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
  63. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
  64. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
  65. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
  66. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
  67. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
  68. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
  69. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
  70. data/lib/pulp_rpm_client/configuration.rb +2 -2
  71. data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
  72. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  73. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
  74. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
  75. data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
  76. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  77. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  78. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +12 -2
  79. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
  80. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +14 -4
  81. data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
  82. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +14 -4
  83. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +15 -5
  84. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +14 -4
  85. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +12 -2
  86. data/lib/pulp_rpm_client/models/rpm_package_response.rb +21 -11
  87. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
  88. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
  89. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
  90. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  91. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +12 -2
  92. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -1
  93. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
  94. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +12 -2
  95. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -1
  96. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  97. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  98. data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
  99. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
  100. data/lib/pulp_rpm_client/version.rb +1 -1
  101. data/spec/api/acs_rpm_api_spec.rb +2 -1
  102. data/spec/api/content_advisories_api_spec.rb +6 -4
  103. data/spec/api/content_distribution_trees_api_spec.rb +5 -4
  104. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
  105. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
  106. data/spec/api/content_modulemds_api_spec.rb +5 -4
  107. data/spec/api/content_packagecategories_api_spec.rb +5 -4
  108. data/spec/api/content_packageenvironments_api_spec.rb +5 -4
  109. data/spec/api/content_packagegroups_api_spec.rb +5 -4
  110. data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
  111. data/spec/api/content_packages_api_spec.rb +6 -4
  112. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
  113. data/spec/api/distributions_rpm_api_spec.rb +2 -1
  114. data/spec/api/publications_rpm_api_spec.rb +6 -5
  115. data/spec/api/remotes_rpm_api_spec.rb +2 -1
  116. data/spec/api/remotes_uln_api_spec.rb +2 -1
  117. data/spec/api/repositories_rpm_api_spec.rb +4 -3
  118. data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
  119. data/spec/configuration_spec.rb +3 -3
  120. data/spec/models/artifact_response_spec.rb +6 -0
  121. data/spec/models/repository_version_response_spec.rb +6 -0
  122. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  123. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  124. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  125. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  126. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  127. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  128. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  129. data/spec/models/rpm_package_response_spec.rb +6 -0
  130. data/spec/models/rpm_package_spec.rb +6 -0
  131. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  132. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
  133. data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
  134. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  135. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
  136. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  137. data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
  138. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  139. data/spec/models/rpm_update_record_spec.rb +6 -0
  140. metadata +102 -102
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **name** | **String** | Modulemd name. |
@@ -13,10 +14,10 @@ Name | Type | Description | Notes
13
14
  **static_context** | **Boolean** | Modulemd static-context flag. | [optional]
14
15
  **context** | **String** | Modulemd context. |
15
16
  **arch** | **String** | Modulemd architecture. |
16
- **artifacts** | [**AnyType**](.md) | Modulemd artifacts. |
17
- **dependencies** | [**AnyType**](.md) | Modulemd dependencies. |
17
+ **artifacts** | [**Object**](.md) | Modulemd artifacts. |
18
+ **dependencies** | [**Object**](.md) | Modulemd dependencies. |
18
19
  **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
19
- **profiles** | [**AnyType**](.md) | Modulemd profiles. |
20
+ **profiles** | [**Object**](.md) | Modulemd profiles. |
20
21
  **description** | **String** | Description of module. |
21
22
 
22
23
  ## Code Sample
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
25
26
  require 'PulpRpmClient'
26
27
 
27
28
  instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
29
+ prn: null,
28
30
  pulp_created: null,
29
31
  pulp_last_updated: null,
30
32
  name: null,
data/docs/RpmPackage.md CHANGED
@@ -9,6 +9,7 @@ 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]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpRpmClient::RpmPackage.new(repository: null,
19
20
  artifact: null,
20
21
  relative_path: null,
21
22
  file: null,
22
- upload: null)
23
+ upload: null,
24
+ file_url: null)
23
25
  ```
24
26
 
25
27
 
@@ -5,15 +5,16 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **id** | **String** | Category id. |
11
12
  **name** | **String** | Category name. |
12
13
  **description** | **String** | Category description. |
13
14
  **display_order** | **Integer** | Category display order. |
14
- **group_ids** | [**AnyType**](.md) | Category group list. |
15
- **desc_by_lang** | [**AnyType**](.md) | Category description by language. |
16
- **name_by_lang** | [**AnyType**](.md) | Category name by language. |
15
+ **group_ids** | [**Object**](.md) | Category group list. |
16
+ **desc_by_lang** | [**Object**](.md) | Category description by language. |
17
+ **name_by_lang** | [**Object**](.md) | Category name by language. |
17
18
  **digest** | **String** | Category digest. |
18
19
 
19
20
  ## Code Sample
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpRpmClient'
23
24
 
24
25
  instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  id: null,
@@ -5,16 +5,17 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **id** | **String** | Environment id. |
11
12
  **name** | **String** | Environment name. |
12
13
  **description** | **String** | Environment description. |
13
14
  **display_order** | **Integer** | Environment display order. |
14
- **group_ids** | [**AnyType**](.md) | Environment group list. |
15
- **option_ids** | [**AnyType**](.md) | Environment option ids |
16
- **desc_by_lang** | [**AnyType**](.md) | Environment description by language. |
17
- **name_by_lang** | [**AnyType**](.md) | Environment name by language. |
15
+ **group_ids** | [**Object**](.md) | Environment group list. |
16
+ **option_ids** | [**Object**](.md) | Environment option ids |
17
+ **desc_by_lang** | [**Object**](.md) | Environment description by language. |
18
+ **name_by_lang** | [**Object**](.md) | Environment name by language. |
18
19
  **digest** | **String** | Environment digest. |
19
20
 
20
21
  ## Code Sample
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
23
24
  require 'PulpRpmClient'
24
25
 
25
26
  instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
27
+ prn: null,
26
28
  pulp_created: null,
27
29
  pulp_last_updated: null,
28
30
  id: null,
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **id** | **String** | PackageGroup id. |
@@ -13,10 +14,10 @@ Name | Type | Description | Notes
13
14
  **display_order** | **Integer** | PackageGroup display order. |
14
15
  **name** | **String** | PackageGroup name. |
15
16
  **description** | **String** | PackageGroup description. |
16
- **packages** | [**AnyType**](.md) | PackageGroup package list. |
17
+ **packages** | [**Object**](.md) | PackageGroup package list. |
17
18
  **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional]
18
- **desc_by_lang** | [**AnyType**](.md) | PackageGroup description by language. |
19
- **name_by_lang** | [**AnyType**](.md) | PackageGroup name by language. |
19
+ **desc_by_lang** | [**Object**](.md) | PackageGroup description by language. |
20
+ **name_by_lang** | [**Object**](.md) | PackageGroup name by language. |
20
21
  **digest** | **String** | PackageGroup digest. |
21
22
 
22
23
  ## Code Sample
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
25
26
  require 'PulpRpmClient'
26
27
 
27
28
  instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
29
+ prn: null,
28
30
  pulp_created: null,
29
31
  pulp_last_updated: null,
30
32
  id: null,
@@ -5,9 +5,10 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
- **matches** | [**AnyType**](.md) | Langpacks matches. |
11
+ **matches** | [**Object**](.md) | Langpacks matches. |
11
12
  **digest** | **String** | Langpacks digest. |
12
13
 
13
14
  ## Code Sample
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpRpmClient'
17
18
 
18
19
  instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  matches: null,
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -24,16 +25,16 @@ Name | Type | Description | Notes
24
25
  **summary** | **String** | Short description of the packaged software | [optional] [readonly]
25
26
  **description** | **String** | In-depth description of the packaged software | [optional] [readonly]
26
27
  **url** | **String** | URL with more information about the packaged software | [optional] [readonly]
27
- **changelogs** | [**AnyType**](.md) | Changelogs that package contains | [optional] [readonly]
28
- **files** | [**AnyType**](.md) | Files that package contains | [optional] [readonly]
29
- **requires** | [**AnyType**](.md) | Capabilities the package requires | [optional] [readonly]
30
- **provides** | [**AnyType**](.md) | Capabilities the package provides | [optional] [readonly]
31
- **conflicts** | [**AnyType**](.md) | Capabilities the package conflicts | [optional] [readonly]
32
- **obsoletes** | [**AnyType**](.md) | Capabilities the package obsoletes | [optional] [readonly]
33
- **suggests** | [**AnyType**](.md) | Capabilities the package suggests | [optional] [readonly]
34
- **enhances** | [**AnyType**](.md) | Capabilities the package enhances | [optional] [readonly]
35
- **recommends** | [**AnyType**](.md) | Capabilities the package recommends | [optional] [readonly]
36
- **supplements** | [**AnyType**](.md) | Capabilities the package supplements | [optional] [readonly]
28
+ **changelogs** | [**Object**](.md) | Changelogs that package contains | [optional] [readonly]
29
+ **files** | [**Object**](.md) | Files that package contains | [optional] [readonly]
30
+ **requires** | [**Object**](.md) | Capabilities the package requires | [optional] [readonly]
31
+ **provides** | [**Object**](.md) | Capabilities the package provides | [optional] [readonly]
32
+ **conflicts** | [**Object**](.md) | Capabilities the package conflicts | [optional] [readonly]
33
+ **obsoletes** | [**Object**](.md) | Capabilities the package obsoletes | [optional] [readonly]
34
+ **suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
35
+ **enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
36
+ **recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
37
+ **supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
37
38
  **location_base** | **String** | Base location of this package | [optional] [readonly]
38
39
  **location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
39
40
  **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
57
58
  require 'PulpRpmClient'
58
59
 
59
60
  instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
61
+ prn: null,
60
62
  pulp_created: null,
61
63
  pulp_last_updated: null,
62
64
  md5: null,
data/docs/RpmPruneApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::RpmPruneApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
25
26
  require 'PulpRpmClient'
26
27
 
27
28
  instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
29
+ prn: null,
28
30
  pulp_created: null,
29
31
  pulp_last_updated: null,
30
32
  md5: null,
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **name** | **String** | Name of Alternate Content Source. |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpRpmClient'
19
20
 
20
21
  instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
@@ -5,11 +5,13 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **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\") |
11
12
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
12
13
  **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]
13
15
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
15
17
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
@@ -23,11 +25,13 @@ Name | Type | Description | Notes
23
25
  require 'PulpRpmClient'
24
26
 
25
27
  instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
28
+ prn: null,
26
29
  pulp_created: null,
27
30
  pulp_last_updated: null,
28
31
  base_path: null,
29
32
  base_url: null,
30
33
  content_guard: null,
34
+ no_content_change_since: null,
31
35
  hidden: null,
32
36
  pulp_labels: null,
33
37
  name: null,
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
12
12
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
13
13
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
14
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
14
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
15
15
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
16
16
 
17
17
  ## Code Sample
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **repository_version** | **String** | | [optional]
@@ -15,7 +16,7 @@ Name | Type | Description | Notes
15
16
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
16
17
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
17
18
  **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
18
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
19
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
19
20
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
20
21
 
21
22
  ## Code Sample
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
24
25
  require 'PulpRpmClient'
25
26
 
26
27
  instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
28
+ prn: null,
27
29
  pulp_created: null,
28
30
  pulp_last_updated: null,
29
31
  repository_version: null,
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
32
33
  require 'PulpRpmClient'
33
34
 
34
35
  instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
36
+ prn: null,
35
37
  pulp_created: null,
36
38
  pulp_last_updated: null,
37
39
  name: null,
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
19
19
  **package_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]
20
20
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
21
21
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
22
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
22
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
23
23
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
24
24
 
25
25
  ## Code Sample
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **versions_href** | **String** | | [optional] [readonly]
@@ -25,7 +26,7 @@ Name | Type | Description | Notes
25
26
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
26
27
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
27
28
  **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
28
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
29
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
29
30
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
30
31
 
31
32
  ## Code Sample
@@ -34,6 +35,7 @@ Name | Type | Description | Notes
34
35
  require 'PulpRpmClient'
35
36
 
36
37
  instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
38
+ prn: null,
37
39
  pulp_created: null,
38
40
  pulp_last_updated: null,
39
41
  versions_href: null,
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
32
33
  require 'PulpRpmClient'
33
34
 
34
35
  instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
36
+ prn: null,
35
37
  pulp_created: null,
36
38
  pulp_last_updated: null,
37
39
  name: null,
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Collection name. |
8
8
  **shortname** | **String** | Collection short name. |
9
- **_module** | [**AnyType**](.md) | Collection modular NSVCA. |
9
+ **_module** | [**Object**](.md) | Collection modular NSVCA. |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Collection name. |
8
8
  **shortname** | **String** | Collection short name. |
9
- **_module** | [**AnyType**](.md) | Collection modular NSVCA. |
9
+ **_module** | [**Object**](.md) | Collection modular NSVCA. |
10
10
  **packages** | **Array<Object>** | List of packages | [optional] [readonly]
11
11
 
12
12
  ## Code Sample
@@ -7,6 +7,7 @@ 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]
10
11
 
11
12
  ## Code Sample
12
13
 
@@ -15,7 +16,8 @@ require 'PulpRpmClient'
15
16
 
16
17
  instance = PulpRpmClient::RpmUpdateRecord.new(repository: null,
17
18
  file: null,
18
- upload: null)
19
+ upload: null,
20
+ file_url: null)
19
21
  ```
20
22
 
21
23
 
@@ -5,6 +5,7 @@
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]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **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]
10
11
  **id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
32
33
  require 'PulpRpmClient'
33
34
 
34
35
  instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
36
+ prn: null,
35
37
  pulp_created: null,
36
38
  pulp_last_updated: null,
37
39
  id: null,
@@ -230,9 +230,10 @@ 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.
233
234
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
234
235
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
235
- # @option opts [String] :q
236
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
236
237
  # @option opts [Array<String>] :fields A list of fields to include in the response.
237
238
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
238
239
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
@@ -256,9 +257,10 @@ module PulpRpmClient
256
257
  # @option opts [String] :name__startswith Filter results where name starts with value
257
258
  # @option opts [Integer] :offset The initial index from which to return the results.
258
259
  # @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.
259
261
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
260
262
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
261
- # @option opts [String] :q
263
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
262
264
  # @option opts [Array<String>] :fields A list of fields to include in the response.
263
265
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
264
266
  # @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
@@ -287,6 +289,7 @@ module PulpRpmClient
287
289
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
288
290
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
289
291
  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?
290
293
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
291
294
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
292
295
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -25,6 +25,7 @@ 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.
28
29
  # @return [AsyncOperationResponse]
29
30
  def create(opts = {})
30
31
  data, _status_code, _headers = create_with_http_info(opts)
@@ -37,11 +38,16 @@ module PulpRpmClient
37
38
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
38
39
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
39
40
  # @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.
40
42
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
41
43
  def create_with_http_info(opts = {})
42
44
  if @api_client.config.debugging
43
45
  @api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.create ...'
44
46
  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
+
45
51
  # resource path
46
52
  local_var_path = '/pulp/api/v3/content/rpm/advisories/'
47
53
 
@@ -60,6 +66,7 @@ module PulpRpmClient
60
66
  form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
61
67
  form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
62
68
  form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
69
+ form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
63
70
 
64
71
  # http body (model)
65
72
  post_body = opts[:body]
@@ -95,12 +102,13 @@ module PulpRpmClient
95
102
  # @option opts [Integer] :offset The initial index from which to return the results.
96
103
  # @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)
97
104
  # @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.
98
106
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
99
107
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
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
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
104
112
  # @option opts [String] :severity Filter results where severity matches value
105
113
  # @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
106
114
  # @option opts [String] :severity__ne Filter results where severity not equal to value
@@ -127,12 +135,13 @@ module PulpRpmClient
127
135
  # @option opts [Integer] :offset The initial index from which to return the results.
128
136
  # @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)
129
137
  # @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.
130
139
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
131
140
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
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
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
136
145
  # @option opts [String] :severity Filter results where severity matches value
137
146
  # @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
138
147
  # @option opts [String] :severity__ne Filter results where severity not equal to value
@@ -164,6 +173,7 @@ module PulpRpmClient
164
173
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
165
174
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
166
175
  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?
167
177
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
168
178
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
169
179
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -26,12 +26,13 @@ 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.
29
30
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
30
31
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
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
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
35
36
  # @option opts [Array<String>] :fields A list of fields to include in the response.
36
37
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
37
38
  # @return [PaginatedrpmDistributionTreeResponseList]
@@ -47,12 +48,13 @@ module PulpRpmClient
47
48
  # @option opts [Integer] :offset The initial index from which to return the results.
48
49
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
49
50
  # @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.
50
52
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
51
53
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
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
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
56
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
57
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
58
60
  # @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
@@ -73,6 +75,7 @@ module PulpRpmClient
73
75
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
74
76
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
75
77
  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?
76
79
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
77
80
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
78
81
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?