pulp_rpm_client 3.32.0 → 3.32.2

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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentModulemdsApi.md +1 -1
  4. data/docs/Copy.md +1 -1
  5. data/docs/PatchedrpmRpmRepository.md +1 -1
  6. data/docs/RpmModulemd.md +3 -3
  7. data/docs/RpmModulemdDefaults.md +1 -1
  8. data/docs/RpmModulemdDefaultsResponse.md +1 -1
  9. data/docs/RpmModulemdResponse.md +3 -3
  10. data/docs/RpmPackageCategoryResponse.md +3 -3
  11. data/docs/RpmPackageEnvironmentResponse.md +4 -4
  12. data/docs/RpmPackageGroupResponse.md +3 -3
  13. data/docs/RpmPackageLangpacksResponse.md +1 -1
  14. data/docs/RpmPackageResponse.md +10 -10
  15. data/docs/RpmRpmPublication.md +1 -1
  16. data/docs/RpmRpmPublicationResponse.md +1 -1
  17. data/docs/RpmRpmRemoteResponse.md +1 -1
  18. data/docs/RpmRpmRepository.md +1 -1
  19. data/docs/RpmRpmRepositoryResponse.md +1 -1
  20. data/docs/RpmUlnRemoteResponse.md +1 -1
  21. data/docs/RpmUpdateCollection.md +1 -1
  22. data/docs/RpmUpdateCollectionResponse.md +2 -2
  23. data/docs/RpmUpdateRecordResponse.md +2 -2
  24. data/lib/pulp_rpm_client/models/copy.rb +1 -0
  25. data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +2 -0
  26. data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +2 -0
  27. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +2 -0
  28. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +2 -0
  29. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +2 -0
  30. data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +2 -0
  31. data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +2 -0
  32. data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +2 -0
  33. data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +2 -0
  34. data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +2 -0
  35. data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +2 -0
  36. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +2 -0
  37. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +2 -0
  38. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +2 -0
  39. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +2 -0
  40. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +2 -0
  41. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +2 -0
  42. data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +2 -0
  43. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +15 -0
  44. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +19 -0
  45. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +15 -0
  46. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  47. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -0
  48. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -0
  49. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
  50. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
  51. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
  52. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
  53. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  54. data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -0
  55. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -0
  56. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -0
  57. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -0
  58. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +15 -0
  59. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +15 -0
  60. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +19 -0
  61. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +20 -0
  62. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +15 -0
  63. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +15 -0
  64. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  65. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  66. data/lib/pulp_rpm_client/version.rb +1 -1
  67. metadata +80 -80
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91875a916880b721cdd8fb1140a5a288a3068ae858f6d8dea70751b9ebe78e4a
4
- data.tar.gz: 81054b140664f93df24c1d6608ad0409cc171e7ff040a23544282728a3f88e28
3
+ metadata.gz: e4f59102001fb0db2fd96d8ba6597fce4325160595cc347b11d715d7486c3aef
4
+ data.tar.gz: 8d012c524a57854b1d635a5e7f8bf9809fa4408a57e26f46b6d0d3a6132dd9a3
5
5
  SHA512:
6
- metadata.gz: 195e578b405205c293f4c02f831ee77aee0380e04203378cb53c610e6ad6373afb361367ec92102d130f9bdf59a0f9a7715bb5c14aebea886feb182c7be56495
7
- data.tar.gz: 5f0b633d2bd075225de3ad3cc6dfaac91e00fe3692be57c2f5eee0505ba22bd4d6014ad779aeb70ec6ff33177ee88fd8e2e154721cef4037f8bc6bc646ca170b
6
+ metadata.gz: 92b8563fdd41613daefe36bb9a96919d3f4ae3d1ee6016181491f995bcc3a58780c52ac5b4bf8d679d61cc0cdf68c5d25b762e2c10f3e61a0d74d7c03cf870ae
7
+ data.tar.gz: 19754dacc34db0e02d5fddc3d4df7849a6f4673461f41523c7d0b1d5bcd9224c5f9e8e1c27e7def2411c8f5fa0d68479887e79ec748aced3563c52e3050d2967
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.32.0
10
+ - Package version: 3.32.2
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_rpm_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_rpm_client-3.32.0.gem
28
+ gem install ./pulp_rpm_client-3.32.2.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_rpm_client-3.32.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_rpm_client-3.32.2.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_rpm_client', '~> 3.32.0'
37
+ gem 'pulp_rpm_client', '~> 3.32.2'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -32,7 +32,7 @@ PulpRpmClient.configure do |config|
32
32
  end
33
33
 
34
34
  api_instance = PulpRpmClient::ContentModulemdsApi.new
35
- rpm_modulemd = PulpRpmClient::RpmModulemd.new({name: 'name_example', stream: 'stream_example', version: 'version_example', context: 'context_example', arch: 'arch_example', artifacts: TODO, dependencies: TODO, snippet: 'snippet_example', profiles: TODO, description: 'description_example'}) # RpmModulemd |
35
+ rpm_modulemd = PulpRpmClient::RpmModulemd.new({name: 'name_example', stream: 'stream_example', version: 'version_example', context: 'context_example', arch: 'arch_example', artifacts: 3.56, dependencies: 3.56, snippet: 'snippet_example', profiles: 3.56, description: 'description_example'}) # RpmModulemd |
36
36
  opts = {
37
37
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
38
  }
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **config** | **Object** | | |
7
+ | **config** | **Object** | Content to be copied into the given destinations from the given sources. Its a list of dictionaries with the following available fields: &#x60;&#x60;&#x60;json [ { \&quot;source_repo_version\&quot;: &lt;RepositoryVersion [pulp_href|prn]&gt;, \&quot;dest_repo\&quot;: &lt;RpmRepository [pulp_href|prn]&gt;, \&quot;dest_base_version\&quot;: &lt;int&gt;, \&quot;content\&quot;: [&lt;Content [pulp_href|prn]&gt;, ...] }, ... ] &#x60;&#x60;&#x60; If domains are enabled, the refered pulp objects must be part of the current domain. For usage examples, refer to the advanced copy guide: &lt;https://pulpproject.org/pulp_rpm/docs/user/guides/modify/#advanced-copy-workflow&gt; | |
8
8
  | **dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional][default to true] |
9
9
 
10
10
  ## Example
@@ -15,7 +15,7 @@
15
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 &#39;&#39;] |
16
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 &#39;0&#39;, which will disable this feature and keep all versions of each package. | [optional] |
17
17
  | **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional] |
18
- | **repo_config** | **Object** | | [optional] |
18
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
19
19
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * &#x60;zstd&#x60; - zstd * &#x60;gz&#x60; - gz | [optional] |
20
20
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * &#x60;nested_alphabetically&#x60; - nested_alphabetically * &#x60;flat&#x60; - flat | [optional] |
21
21
 
data/docs/RpmModulemd.md CHANGED
@@ -12,11 +12,11 @@
12
12
  | **static_context** | **Boolean** | Modulemd static-context flag. | [optional] |
13
13
  | **context** | **String** | Modulemd context. | |
14
14
  | **arch** | **String** | Modulemd architecture. | |
15
- | **artifacts** | [**OneOf**](OneOf.md) | Modulemd artifacts. | |
16
- | **dependencies** | [**OneOf**](OneOf.md) | Modulemd dependencies. | |
15
+ | **artifacts** | **Object** | Modulemd artifacts. | |
16
+ | **dependencies** | **Object** | Modulemd dependencies. | |
17
17
  | **packages** | **Array&lt;String&gt;** | Modulemd artifacts&#39; packages. | [optional] |
18
18
  | **snippet** | **String** | Modulemd snippet | |
19
- | **profiles** | [**OneOf**](OneOf.md) | Modulemd profiles. | |
19
+ | **profiles** | **Object** | Modulemd profiles. | |
20
20
  | **description** | **String** | Description of module. | |
21
21
 
22
22
  ## Example
@@ -8,7 +8,7 @@
8
8
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
9
  | **_module** | **String** | Modulemd name. | |
10
10
  | **stream** | **String** | Modulemd default stream. | |
11
- | **profiles** | **Object** | | |
11
+ | **profiles** | **Object** | Default profiles for modulemd streams. | |
12
12
  | **snippet** | **String** | Modulemd default snippet | |
13
13
 
14
14
  ## Example
@@ -12,7 +12,7 @@
12
12
  | **vuln_report** | **String** | | [optional][readonly] |
13
13
  | **_module** | **String** | Modulemd name. | |
14
14
  | **stream** | **String** | Modulemd default stream. | |
15
- | **profiles** | **Object** | | |
15
+ | **profiles** | **Object** | Default profiles for modulemd streams. | |
16
16
 
17
17
  ## Example
18
18
 
@@ -16,10 +16,10 @@
16
16
  | **static_context** | **Boolean** | Modulemd static-context flag. | [optional] |
17
17
  | **context** | **String** | Modulemd context. | |
18
18
  | **arch** | **String** | Modulemd architecture. | |
19
- | **artifacts** | [**OneOf**](OneOf.md) | Modulemd artifacts. | |
20
- | **dependencies** | [**OneOf**](OneOf.md) | Modulemd dependencies. | |
19
+ | **artifacts** | **Object** | Modulemd artifacts. | |
20
+ | **dependencies** | **Object** | Modulemd dependencies. | |
21
21
  | **packages** | **Array&lt;String&gt;** | Modulemd artifacts&#39; packages. | [optional] |
22
- | **profiles** | [**OneOf**](OneOf.md) | Modulemd profiles. | |
22
+ | **profiles** | **Object** | Modulemd profiles. | |
23
23
  | **description** | **String** | Description of module. | |
24
24
 
25
25
  ## Example
@@ -14,9 +14,9 @@
14
14
  | **name** | **String** | Category name. | |
15
15
  | **description** | **String** | Category description. | |
16
16
  | **display_order** | **Integer** | Category display order. | |
17
- | **group_ids** | [**OneOf**](OneOf.md) | Category group list. | |
18
- | **desc_by_lang** | [**OneOf**](OneOf.md) | Category description by language. | |
19
- | **name_by_lang** | [**OneOf**](OneOf.md) | Category name by language. | |
17
+ | **group_ids** | **Object** | Category group list. | |
18
+ | **desc_by_lang** | **Object** | Category description by language. | |
19
+ | **name_by_lang** | **Object** | Category name by language. | |
20
20
  | **digest** | **String** | Category digest. | |
21
21
 
22
22
  ## Example
@@ -14,10 +14,10 @@
14
14
  | **name** | **String** | Environment name. | |
15
15
  | **description** | **String** | Environment description. | |
16
16
  | **display_order** | **Integer** | Environment display order. | |
17
- | **group_ids** | [**OneOf**](OneOf.md) | Environment group list. | |
18
- | **option_ids** | [**OneOf**](OneOf.md) | Environment option ids | |
19
- | **desc_by_lang** | [**OneOf**](OneOf.md) | Environment description by language. | |
20
- | **name_by_lang** | [**OneOf**](OneOf.md) | Environment name by language. | |
17
+ | **group_ids** | **Object** | Environment group list. | |
18
+ | **option_ids** | **Object** | Environment option ids | |
19
+ | **desc_by_lang** | **Object** | Environment description by language. | |
20
+ | **name_by_lang** | **Object** | Environment name by language. | |
21
21
  | **digest** | **String** | Environment digest. | |
22
22
 
23
23
  ## Example
@@ -16,10 +16,10 @@
16
16
  | **display_order** | **Integer** | PackageGroup display order. | |
17
17
  | **name** | **String** | PackageGroup name. | |
18
18
  | **description** | **String** | PackageGroup description. | |
19
- | **packages** | [**OneOf**](OneOf.md) | PackageGroup package list. | |
19
+ | **packages** | **Object** | PackageGroup package list. | |
20
20
  | **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional] |
21
- | **desc_by_lang** | [**OneOf**](OneOf.md) | PackageGroup description by language. | |
22
- | **name_by_lang** | [**OneOf**](OneOf.md) | PackageGroup name by language. | |
21
+ | **desc_by_lang** | **Object** | PackageGroup description by language. | |
22
+ | **name_by_lang** | **Object** | PackageGroup name by language. | |
23
23
  | **digest** | **String** | PackageGroup digest. | |
24
24
 
25
25
  ## Example
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | 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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
12
  | **vuln_report** | **String** | | [optional][readonly] |
13
- | **matches** | [**OneOf**](OneOf.md) | Langpacks matches. | |
13
+ | **matches** | **Object** | Langpacks matches. | |
14
14
  | **digest** | **String** | Langpacks digest. | |
15
15
 
16
16
  ## Example
@@ -27,16 +27,16 @@
27
27
  | **summary** | **String** | Short description of the packaged software | [optional][readonly] |
28
28
  | **description** | **String** | In-depth description of the packaged software | [optional][readonly] |
29
29
  | **url** | **String** | URL with more information about the packaged software | [optional][readonly] |
30
- | **changelogs** | **Object** | | [optional] |
31
- | **files** | **Object** | | [optional] |
32
- | **requires** | **Object** | | [optional] |
33
- | **provides** | **Object** | | [optional] |
34
- | **conflicts** | **Object** | | [optional] |
35
- | **obsoletes** | **Object** | | [optional] |
36
- | **suggests** | **Object** | | [optional] |
37
- | **enhances** | **Object** | | [optional] |
38
- | **recommends** | **Object** | | [optional] |
39
- | **supplements** | **Object** | | [optional] |
30
+ | **changelogs** | **Object** | Changelogs that package contains | [optional][readonly] |
31
+ | **files** | **Object** | Files that package contains | [optional][readonly] |
32
+ | **requires** | **Object** | Capabilities the package requires | [optional][readonly] |
33
+ | **provides** | **Object** | Capabilities the package provides | [optional][readonly] |
34
+ | **conflicts** | **Object** | Capabilities the package conflicts | [optional][readonly] |
35
+ | **obsoletes** | **Object** | Capabilities the package obsoletes | [optional][readonly] |
36
+ | **suggests** | **Object** | Capabilities the package suggests | [optional][readonly] |
37
+ | **enhances** | **Object** | Capabilities the package enhances | [optional][readonly] |
38
+ | **recommends** | **Object** | Capabilities the package recommends | [optional][readonly] |
39
+ | **supplements** | **Object** | Capabilities the package supplements | [optional][readonly] |
40
40
  | **location_base** | **String** | DEPRECATED: Base location of this package. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
41
41
  | **location_href** | **String** | DEPRECATED: Relative location of package to the repodata. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
42
42
  | **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional][readonly] |
@@ -8,7 +8,7 @@
8
8
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
9
9
  | **checkpoint** | **Boolean** | | [optional] |
10
10
  | **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional] |
11
- | **repo_config** | **Object** | | [optional] |
11
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
12
12
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * &#x60;zstd&#x60; - zstd * &#x60;gz&#x60; - gz | [optional] |
13
13
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * &#x60;nested_alphabetically&#x60; - nested_alphabetically * &#x60;flat&#x60; - flat | [optional] |
14
14
 
@@ -17,7 +17,7 @@
17
17
  | **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using &#39;repo_config&#39; instead. | [optional][readonly] |
18
18
  | **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using &#39;repo_config&#39; instead. | [optional][readonly] |
19
19
  | **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operational since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
20
- | **repo_config** | **Object** | | [optional] |
20
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
21
21
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * &#x60;zstd&#x60; - zstd * &#x60;gz&#x60; - gz | [optional] |
22
22
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * &#x60;nested_alphabetically&#x60; - nested_alphabetically * &#x60;flat&#x60; - flat | [optional] |
23
23
 
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFieldsInner&gt;**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
27
+ | **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFieldsInner&gt;**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
28
28
  | **sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional] |
29
29
 
30
30
  ## Example
@@ -15,7 +15,7 @@
15
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 &#39;&#39;] |
16
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 &#39;0&#39;, which will disable this feature and keep all versions of each package. | [optional] |
17
17
  | **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional] |
18
- | **repo_config** | **Object** | | [optional] |
18
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
19
19
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * &#x60;zstd&#x60; - zstd * &#x60;gz&#x60; - gz | [optional] |
20
20
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * &#x60;nested_alphabetically&#x60; - nested_alphabetically * &#x60;flat&#x60; - flat | [optional] |
21
21
 
@@ -26,7 +26,7 @@
26
26
  | **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using &#39;repo_config&#39; instead. | [optional][readonly] |
27
27
  | **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using &#39;repo_config&#39; instead. | [optional][readonly] |
28
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] |
29
- | **repo_config** | **Object** | | [optional] |
29
+ | **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
30
30
  | **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * &#x60;zstd&#x60; - zstd * &#x60;gz&#x60; - gz | [optional] |
31
31
  | **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * &#x60;nested_alphabetically&#x60; - nested_alphabetically * &#x60;flat&#x60; - flat | [optional] |
32
32
 
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFieldsInner&gt;**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
27
+ | **hidden_fields** | [**Array&lt;RpmRpmRemoteResponseHiddenFieldsInner&gt;**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
28
28
  | **uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional] |
29
29
 
30
30
  ## Example
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Collection name. | |
8
8
  | **shortname** | **String** | Collection short name. | |
9
- | **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
9
+ | **_module** | **Object** | Collection modular NSVCA. | |
10
10
 
11
11
  ## Example
12
12
 
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | Collection name. | |
8
8
  | **shortname** | **String** | Collection short name. | |
9
- | **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
10
- | **packages** | **Array&lt;Object&gt;** | List of packages | [optional] |
9
+ | **_module** | **Object** | Collection modular NSVCA. | |
10
+ | **packages** | **Array&lt;Object&gt;** | List of packages | [optional][readonly] |
11
11
 
12
12
  ## Example
13
13
 
@@ -25,8 +25,8 @@
25
25
  | **release** | **String** | Update release | [optional][readonly] |
26
26
  | **rights** | **String** | Copyrights | [optional][readonly] |
27
27
  | **pushcount** | **String** | Push count | [optional][readonly] |
28
- | **pkglist** | [**Array&lt;RpmUpdateCollectionResponse&gt;**](RpmUpdateCollectionResponse.md) | List of packages | [optional] |
29
- | **references** | **Array&lt;Object&gt;** | List of references | [optional] |
28
+ | **pkglist** | [**Array&lt;RpmUpdateCollectionResponse&gt;**](RpmUpdateCollectionResponse.md) | List of packages | [optional][readonly] |
29
+ | **references** | **Array&lt;Object&gt;** | List of references | [optional][readonly] |
30
30
  | **reboot_suggested** | **Boolean** | Reboot suggested | [optional][readonly] |
31
31
 
32
32
  ## Example
@@ -16,6 +16,7 @@ require 'time'
16
16
  module PulpRpmClient
17
17
  # A serializer for Content Copy API.
18
18
  class Copy
19
+ # Content to be copied into the given destinations from the given sources. Its a list of dictionaries with the following available fields: ```json [ { \"source_repo_version\": <RepositoryVersion [pulp_href|prn]>, \"dest_repo\": <RpmRepository [pulp_href|prn]>, \"dest_base_version\": <int>, \"content\": [<Content [pulp_href|prn]>, ...] }, ... ] ``` If domains are enabled, the refered pulp objects must be part of the current domain. For usage examples, refer to the advanced copy guide: <https://pulpproject.org/pulp_rpm/docs/user/guides/modify/#advanced-copy-workflow>
19
20
  attr_accessor :config
20
21
 
21
22
  # Also copy dependencies of the content being copied.
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -51,6 +51,8 @@ module PulpRpmClient
51
51
  # List of attributes with nullable: true
52
52
  def self.openapi_nullable
53
53
  Set.new([
54
+ :'_next',
55
+ :'previous',
54
56
  ])
55
57
  end
56
58
 
@@ -339,6 +339,10 @@ module PulpRpmClient
339
339
  invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
340
340
  end
341
341
 
342
+ if !@download_concurrency.nil? && @download_concurrency < 1
343
+ invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
344
+ end
345
+
342
346
  if !@total_timeout.nil? && @total_timeout < 0.0
343
347
  invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
344
348
  end
@@ -376,6 +380,7 @@ module PulpRpmClient
376
380
  return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
377
381
  return false if !@username.nil? && @username.to_s.length < 1
378
382
  return false if !@password.nil? && @password.to_s.length < 1
383
+ return false if !@download_concurrency.nil? && @download_concurrency < 1
379
384
  return false if !@total_timeout.nil? && @total_timeout < 0.0
380
385
  return false if !@connect_timeout.nil? && @connect_timeout < 0.0
381
386
  return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
@@ -492,6 +497,16 @@ module PulpRpmClient
492
497
  @password = password
493
498
  end
494
499
 
500
+ # Custom attribute writer method with validation
501
+ # @param [Object] download_concurrency Value to be assigned
502
+ def download_concurrency=(download_concurrency)
503
+ if !download_concurrency.nil? && download_concurrency < 1
504
+ fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
505
+ end
506
+
507
+ @download_concurrency = download_concurrency
508
+ end
509
+
495
510
  # Custom attribute writer method with validation
496
511
  # @param [Object] total_timeout Value to be assigned
497
512
  def total_timeout=(total_timeout)
@@ -48,6 +48,7 @@ module PulpRpmClient
48
48
  # The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
49
49
  attr_accessor :checksum_type
50
50
 
51
+ # A JSON document describing the config.repo file Pulp should generate for this repo
51
52
  attr_accessor :repo_config
52
53
 
53
54
  # The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
@@ -131,7 +132,10 @@ module PulpRpmClient
131
132
  :'remote',
132
133
  :'metadata_signing_service',
133
134
  :'package_signing_service',
135
+ :'checksum_type',
134
136
  :'repo_config',
137
+ :'compression_type',
138
+ :'layout'
135
139
  ])
136
140
  end
137
141
 
@@ -226,6 +230,10 @@ module PulpRpmClient
226
230
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
227
231
  end
228
232
 
233
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
234
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
235
+ end
236
+
229
237
  if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 40
230
238
  invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 40.')
231
239
  end
@@ -243,6 +251,7 @@ module PulpRpmClient
243
251
  warn '[DEPRECATED] the `valid?` method is obsolete'
244
252
  return false if !@name.nil? && @name.to_s.length < 1
245
253
  return false if !@description.nil? && @description.to_s.length < 1
254
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
246
255
  return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 40
247
256
  return false if !@retain_package_versions.nil? && @retain_package_versions < 0
248
257
  true
@@ -272,6 +281,16 @@ module PulpRpmClient
272
281
  @description = description
273
282
  end
274
283
 
284
+ # Custom attribute writer method with validation
285
+ # @param [Object] retain_repo_versions Value to be assigned
286
+ def retain_repo_versions=(retain_repo_versions)
287
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
288
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
289
+ end
290
+
291
+ @retain_repo_versions = retain_repo_versions
292
+ end
293
+
275
294
  # Custom attribute writer method with validation
276
295
  # @param [Object] package_signing_fingerprint Value to be assigned
277
296
  def package_signing_fingerprint=(package_signing_fingerprint)