pulp_rpm_client 3.25.3 → 3.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactResponse.md +2 -0
  4. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  5. data/docs/PaginatedrpmDistributionTreeResponseList.md +2 -2
  6. data/docs/PaginatedrpmModulemdDefaultsResponseList.md +2 -2
  7. data/docs/PaginatedrpmModulemdObsoleteResponseList.md +2 -2
  8. data/docs/PaginatedrpmModulemdResponseList.md +2 -2
  9. data/docs/PaginatedrpmPackageCategoryResponseList.md +2 -2
  10. data/docs/PaginatedrpmPackageEnvironmentResponseList.md +2 -2
  11. data/docs/PaginatedrpmPackageGroupResponseList.md +2 -2
  12. data/docs/PaginatedrpmPackageLangpacksResponseList.md +2 -2
  13. data/docs/PaginatedrpmPackageResponseList.md +2 -2
  14. data/docs/PaginatedrpmRepoMetadataFileResponseList.md +2 -2
  15. data/docs/PaginatedrpmRpmAlternateContentSourceResponseList.md +2 -2
  16. data/docs/PaginatedrpmRpmDistributionResponseList.md +2 -2
  17. data/docs/PaginatedrpmRpmPublicationResponseList.md +2 -2
  18. data/docs/PaginatedrpmRpmRemoteResponseList.md +2 -2
  19. data/docs/PaginatedrpmRpmRepositoryResponseList.md +2 -2
  20. data/docs/PaginatedrpmUlnRemoteResponseList.md +2 -2
  21. data/docs/PaginatedrpmUpdateRecordResponseList.md +2 -2
  22. data/docs/RepositoryVersionResponse.md +2 -0
  23. data/docs/RpmModulemdDefaultsResponse.md +2 -0
  24. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  25. data/docs/RpmModulemdResponse.md +2 -0
  26. data/docs/RpmPackageCategoryResponse.md +2 -0
  27. data/docs/RpmPackageEnvironmentResponse.md +2 -0
  28. data/docs/RpmPackageGroupResponse.md +2 -0
  29. data/docs/RpmPackageLangpacksResponse.md +2 -0
  30. data/docs/RpmPackageResponse.md +2 -0
  31. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  32. data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
  33. data/docs/RpmRpmDistributionResponse.md +2 -0
  34. data/docs/RpmRpmPublicationResponse.md +2 -0
  35. data/docs/RpmRpmRemoteResponse.md +2 -2
  36. data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
  37. data/docs/RpmRpmRepositoryResponse.md +2 -0
  38. data/docs/RpmUlnRemoteResponse.md +2 -2
  39. data/docs/RpmUpdateRecordResponse.md +2 -0
  40. data/lib/pulp_rpm_client/models/artifact_response.rb +11 -1
  41. data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +10 -0
  42. data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +10 -0
  43. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +10 -0
  44. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +10 -0
  45. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +10 -0
  46. data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +10 -0
  47. data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +10 -0
  48. data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +10 -0
  49. data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +10 -0
  50. data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +10 -0
  51. data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +10 -0
  52. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +10 -0
  53. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +10 -0
  54. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +10 -0
  55. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +10 -0
  56. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +10 -0
  57. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +10 -0
  58. data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +10 -0
  59. data/lib/pulp_rpm_client/models/repository_version_response.rb +11 -1
  60. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +11 -1
  61. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
  62. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +11 -1
  63. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +11 -1
  64. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +11 -1
  65. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +11 -1
  66. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +11 -1
  67. data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -1
  68. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
  69. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
  70. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +11 -1
  71. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +11 -1
  72. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -11
  73. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
  74. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +11 -1
  75. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -11
  76. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
  77. data/lib/pulp_rpm_client/version.rb +1 -1
  78. data/spec/models/artifact_response_spec.rb +6 -0
  79. data/spec/models/repository_version_response_spec.rb +6 -0
  80. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  81. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  82. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  83. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  84. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  85. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  86. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  87. data/spec/models/rpm_package_response_spec.rb +6 -0
  88. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  89. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
  90. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  91. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -6
  93. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  94. data/spec/models/rpm_uln_remote_response_spec.rb +6 -6
  95. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  96. metadata +81 -81
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 343c70c608d342eedb58468ee4587d55cc3a64f44c6acad75cf1c8af5df25521
4
- data.tar.gz: 6385e89fb9fc44e6669c8ee4f2888a5a3334c37b20354156dabf862ef03ddebd
3
+ metadata.gz: ec3e493d32344552ad9e3362fd5989f1e96a8161ffe19539d4d4e8636dbaa5a4
4
+ data.tar.gz: 8940e9779ff2b92ecb5386be8ef34d55a272666094570a6763790c958699511b
5
5
  SHA512:
6
- metadata.gz: 0de16e96e26bce68a7b2fdeadf0c168d342d96b95abdea4bcd824b39d94f62deb9dfa09e2617587f431a5ec1ae6b042817e5c7a0b6430a26de14c3ea717254e9
7
- data.tar.gz: bff9a748aa3e66fe05eb0b87d83699cc8e168c47e9c64583ebc080d239c66ea875d69197bb54e6804062da29949481097a196c1e103badd7c723eb25c5e526d5
6
+ metadata.gz: 1317822b730ef010b273c4fe852a278b1000a2dac211f276ff0fc990868258f8b9816138ba7115debc1d26cb5109bf647de82026c999ca2c671c2c356a3489f9
7
+ data.tar.gz: '08fad89708172780b831007c7e1da79bf84f6ae2dce9c212fd40b29c3251c0e514b9f76ee32e395c2520e8ffc355442c089658cf65ec1b76a18789640a46eaf9'
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.25.3
10
+ - Package version: 3.26.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.25.3.gem
27
+ gem install ./pulp_rpm_client-3.26.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.25.3.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.26.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_rpm_client', '~> 3.25.3'
36
+ gem 'pulp_rpm_client', '~> 3.26.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **file** | **String** | The stored file. |
10
11
  **size** | **Integer** | The size of the file in bytes. | [optional]
11
12
  **md5** | **String** | The MD5 checksum of the file if available. | [optional]
@@ -22,6 +23,7 @@ require 'PulpRpmClient'
22
23
 
23
24
  instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  file: null,
26
28
  size: null,
27
29
  md5: null,
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmDistributionTreeResponse>**](RpmDistributionTreeResponse.md) | | [optional]
10
+ **results** | [**Array<RpmDistributionTreeResponse>**](RpmDistributionTreeResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmModulemdDefaultsResponse>**](RpmModulemdDefaultsResponse.md) | | [optional]
10
+ **results** | [**Array<RpmModulemdDefaultsResponse>**](RpmModulemdDefaultsResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmModulemdObsoleteResponse>**](RpmModulemdObsoleteResponse.md) | | [optional]
10
+ **results** | [**Array<RpmModulemdObsoleteResponse>**](RpmModulemdObsoleteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmModulemdResponse>**](RpmModulemdResponse.md) | | [optional]
10
+ **results** | [**Array<RpmModulemdResponse>**](RpmModulemdResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPackageCategoryResponse>**](RpmPackageCategoryResponse.md) | | [optional]
10
+ **results** | [**Array<RpmPackageCategoryResponse>**](RpmPackageCategoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPackageEnvironmentResponse>**](RpmPackageEnvironmentResponse.md) | | [optional]
10
+ **results** | [**Array<RpmPackageEnvironmentResponse>**](RpmPackageEnvironmentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPackageGroupResponse>**](RpmPackageGroupResponse.md) | | [optional]
10
+ **results** | [**Array<RpmPackageGroupResponse>**](RpmPackageGroupResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPackageLangpacksResponse>**](RpmPackageLangpacksResponse.md) | | [optional]
10
+ **results** | [**Array<RpmPackageLangpacksResponse>**](RpmPackageLangpacksResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmPackageResponse>**](RpmPackageResponse.md) | | [optional]
10
+ **results** | [**Array<RpmPackageResponse>**](RpmPackageResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRepoMetadataFileResponse>**](RpmRepoMetadataFileResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRepoMetadataFileResponse>**](RpmRepoMetadataFileResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRpmAlternateContentSourceResponse>**](RpmRpmAlternateContentSourceResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRpmAlternateContentSourceResponse>**](RpmRpmAlternateContentSourceResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRpmDistributionResponse>**](RpmRpmDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRpmDistributionResponse>**](RpmRpmDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRpmPublicationResponse>**](RpmRpmPublicationResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRpmPublicationResponse>**](RpmRpmPublicationResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRpmRemoteResponse>**](RpmRpmRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRpmRemoteResponse>**](RpmRpmRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmRpmRepositoryResponse>**](RpmRpmRepositoryResponse.md) | | [optional]
10
+ **results** | [**Array<RpmRpmRepositoryResponse>**](RpmRpmRepositoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmUlnRemoteResponse>**](RpmUlnRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<RpmUlnRemoteResponse>**](RpmUlnRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RpmUpdateRecordResponse>**](RpmUpdateRecordResponse.md) | | [optional]
10
+ **results** | [**Array<RpmUpdateRecordResponse>**](RpmUpdateRecordResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **number** | **Integer** | | [optional] [readonly]
10
11
  **repository** | **String** | | [optional] [readonly]
11
12
  **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
@@ -18,6 +19,7 @@ require 'PulpRpmClient'
18
19
 
19
20
  instance = PulpRpmClient::RepositoryVersionResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  number: null,
22
24
  repository: null,
23
25
  base_version: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **_module** | **String** | Modulemd name. |
10
11
  **stream** | **String** | Modulemd default stream. |
11
12
  **profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
@@ -17,6 +18,7 @@ require 'PulpRpmClient'
17
18
 
18
19
  instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(pulp_href: null,
19
20
  pulp_created: null,
21
+ pulp_last_updated: null,
20
22
  _module: null,
21
23
  stream: null,
22
24
  profiles: null)
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **modified** | **String** | Obsolete modified time. |
10
11
  **module_name** | **String** | Modulemd name. |
11
12
  **module_stream** | **String** | Modulemd's stream. |
@@ -23,6 +24,7 @@ require 'PulpRpmClient'
23
24
 
24
25
  instance = PulpRpmClient::RpmModulemdObsoleteResponse.new(pulp_href: null,
25
26
  pulp_created: null,
27
+ pulp_last_updated: null,
26
28
  modified: null,
27
29
  module_name: null,
28
30
  module_stream: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **name** | **String** | Modulemd name. |
10
11
  **stream** | **String** | Stream name. |
11
12
  **version** | **String** | Modulemd version. |
@@ -25,6 +26,7 @@ require 'PulpRpmClient'
25
26
 
26
27
  instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
27
28
  pulp_created: null,
29
+ pulp_last_updated: null,
28
30
  name: null,
29
31
  stream: null,
30
32
  version: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **id** | **String** | Category id. |
10
11
  **name** | **String** | Category name. |
11
12
  **description** | **String** | Category description. |
@@ -22,6 +23,7 @@ require 'PulpRpmClient'
22
23
 
23
24
  instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  id: null,
26
28
  name: null,
27
29
  description: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **id** | **String** | Environment id. |
10
11
  **name** | **String** | Environment name. |
11
12
  **description** | **String** | Environment description. |
@@ -23,6 +24,7 @@ require 'PulpRpmClient'
23
24
 
24
25
  instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
25
26
  pulp_created: null,
27
+ pulp_last_updated: null,
26
28
  id: null,
27
29
  name: null,
28
30
  description: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **id** | **String** | PackageGroup id. |
10
11
  **default** | **Boolean** | PackageGroup default. | [optional]
11
12
  **user_visible** | **Boolean** | PackageGroup user visibility. | [optional]
@@ -25,6 +26,7 @@ require 'PulpRpmClient'
25
26
 
26
27
  instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
27
28
  pulp_created: null,
29
+ pulp_last_updated: null,
28
30
  id: null,
29
31
  default: null,
30
32
  user_visible: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **matches** | [**Object**](.md) | Langpacks matches. |
10
11
  **digest** | **String** | Langpacks digest. |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpRpmClient'
16
17
 
17
18
  instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  matches: null,
20
22
  digest: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
10
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
11
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -57,6 +58,7 @@ require 'PulpRpmClient'
57
58
 
58
59
  instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
59
60
  pulp_created: null,
61
+ pulp_last_updated: null,
60
62
  md5: null,
61
63
  sha1: null,
62
64
  sha224: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
10
11
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
11
12
  **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
@@ -25,6 +26,7 @@ require 'PulpRpmClient'
25
26
 
26
27
  instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
27
28
  pulp_created: null,
29
+ pulp_last_updated: null,
28
30
  md5: null,
29
31
  sha1: null,
30
32
  sha224: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **name** | **String** | Name of Alternate Content Source. |
10
11
  **last_refreshed** | **DateTime** | Date of last refresh of AlternateContentSource. | [optional]
11
12
  **paths** | **Array<String>** | List of paths that will be appended to the Remote url when searching for content. | [optional]
@@ -18,6 +19,7 @@ require 'PulpRpmClient'
18
19
 
19
20
  instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  name: null,
22
24
  last_refreshed: null,
23
25
  paths: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
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\") |
10
11
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
12
  **content_guard** | **String** | An optional content-guard. | [optional]
@@ -23,6 +24,7 @@ require 'PulpRpmClient'
23
24
 
24
25
  instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
25
26
  pulp_created: null,
27
+ pulp_last_updated: null,
26
28
  base_path: null,
27
29
  base_url: null,
28
30
  content_guard: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **repository_version** | **String** | | [optional]
10
11
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
12
  **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
@@ -24,6 +25,7 @@ require 'PulpRpmClient'
24
25
 
25
26
  instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
26
27
  pulp_created: null,
28
+ pulp_last_updated: null,
27
29
  repository_version: null,
28
30
  repository: null,
29
31
  checksum_type: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
@@ -33,6 +33,7 @@ require 'PulpRpmClient'
33
33
 
34
34
  instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
35
35
  pulp_created: null,
36
+ pulp_last_updated: null,
36
37
  name: null,
37
38
  url: null,
38
39
  ca_cert: null,
@@ -40,7 +41,6 @@ instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
40
41
  tls_validation: null,
41
42
  proxy_url: null,
42
43
  pulp_labels: null,
43
- pulp_last_updated: null,
44
44
  download_concurrency: null,
45
45
  max_retries: null,
46
46
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
9
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -32,6 +33,7 @@ require 'PulpRpmClient'
32
33
 
33
34
  instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
34
35
  pulp_created: null,
36
+ pulp_last_updated: null,
35
37
  versions_href: null,
36
38
  pulp_labels: null,
37
39
  latest_version_href: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The ULN repo URL of the remote content source.\"This is \"uln://\" followed by the channel name. E.g.: \"uln://ol7_x86_64_oracle\" |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
@@ -33,6 +33,7 @@ require 'PulpRpmClient'
33
33
 
34
34
  instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
35
35
  pulp_created: null,
36
+ pulp_last_updated: null,
36
37
  name: null,
37
38
  url: null,
38
39
  ca_cert: null,
@@ -40,7 +41,6 @@ instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
40
41
  tls_validation: null,
41
42
  proxy_url: null,
42
43
  pulp_labels: null,
43
- pulp_last_updated: null,
44
44
  download_concurrency: null,
45
45
  max_retries: null,
46
46
  policy: null,