pulp_rpm_client 3.5.1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
data/docs/RpmPackage.md
CHANGED
@@ -4,92 +4,20 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
|
-
**
|
11
|
-
**
|
12
|
-
**
|
13
|
-
**release** | **String** | The release of a particular version of the package. e.g. '1.el7' or '3.f24' | [optional] [readonly]
|
14
|
-
**arch** | **String** | The target architecture for a package.For example, 'x86_64', 'i686', or 'noarch' | [optional] [readonly]
|
15
|
-
**pkg_id** | **String** | Checksum of the package file | [optional] [readonly]
|
16
|
-
**checksum_type** | **String** | Type of checksum, e.g. 'sha256', 'md5' | [optional] [readonly]
|
17
|
-
**summary** | **String** | Short description of the packaged software | [optional] [readonly]
|
18
|
-
**description** | **String** | In-depth description of the packaged software | [optional] [readonly]
|
19
|
-
**url** | **String** | URL with more information about the packaged software | [optional] [readonly]
|
20
|
-
**changelogs** | [**Object**](.md) | Changelogs that package contains | [optional] [readonly]
|
21
|
-
**files** | [**Object**](.md) | Files that package contains | [optional] [readonly]
|
22
|
-
**requires** | [**Object**](.md) | Capabilities the package requires | [optional] [readonly]
|
23
|
-
**provides** | [**Object**](.md) | Capabilities the package provides | [optional] [readonly]
|
24
|
-
**conflicts** | [**Object**](.md) | Capabilities the package conflicts | [optional] [readonly]
|
25
|
-
**obsoletes** | [**Object**](.md) | Capabilities the package obsoletes | [optional] [readonly]
|
26
|
-
**suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
|
27
|
-
**enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
|
28
|
-
**recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
|
29
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
30
|
-
**supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
|
31
|
-
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
32
|
-
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
33
|
-
**rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
|
34
|
-
**rpm_group** | **String** | RPM group (See: http://fedoraproject.org/wiki/RPMGroups) | [optional] [readonly]
|
35
|
-
**rpm_license** | **String** | License term applicable to the package software (GPLv2, etc.) | [optional] [readonly]
|
36
|
-
**rpm_packager** | **String** | Person or persons responsible for creating the package | [optional] [readonly]
|
37
|
-
**rpm_sourcerpm** | **String** | Name of the source package (srpm) the package was built from | [optional] [readonly]
|
38
|
-
**rpm_vendor** | **String** | Name of the organization that produced the package | [optional] [readonly]
|
39
|
-
**rpm_header_start** | **Integer** | First byte of the header | [optional] [readonly]
|
40
|
-
**rpm_header_end** | **Integer** | Last byte of the header | [optional] [readonly]
|
41
|
-
**is_modular** | **Boolean** | Flag to identify if the package is modular | [optional] [readonly]
|
42
|
-
**size_archive** | **Integer** | Size, in bytes, of the archive portion of the original package file | [optional] [readonly]
|
43
|
-
**size_installed** | **Integer** | Total size, in bytes, of every file installed by this package | [optional] [readonly]
|
44
|
-
**size_package** | **Integer** | Size, in bytes, of the package | [optional] [readonly]
|
45
|
-
**time_build** | **Integer** | Time the package was built in seconds since the epoch | [optional] [readonly]
|
46
|
-
**time_file** | **Integer** | The 'file' time attribute in the primary XML - file mtime in seconds since the epoch. | [optional] [readonly]
|
8
|
+
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
9
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
10
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
47
11
|
|
48
12
|
## Code Sample
|
49
13
|
|
50
14
|
```ruby
|
51
15
|
require 'PulpRpmClient'
|
52
16
|
|
53
|
-
instance = PulpRpmClient::RpmPackage.new(
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
epoch: null,
|
58
|
-
version: null,
|
59
|
-
release: null,
|
60
|
-
arch: null,
|
61
|
-
pkg_id: null,
|
62
|
-
checksum_type: null,
|
63
|
-
summary: null,
|
64
|
-
description: null,
|
65
|
-
url: null,
|
66
|
-
changelogs: null,
|
67
|
-
files: null,
|
68
|
-
requires: null,
|
69
|
-
provides: null,
|
70
|
-
conflicts: null,
|
71
|
-
obsoletes: null,
|
72
|
-
suggests: null,
|
73
|
-
enhances: null,
|
74
|
-
recommends: null,
|
75
|
-
sha256: null,
|
76
|
-
supplements: null,
|
77
|
-
location_base: null,
|
78
|
-
location_href: null,
|
79
|
-
rpm_buildhost: null,
|
80
|
-
rpm_group: null,
|
81
|
-
rpm_license: null,
|
82
|
-
rpm_packager: null,
|
83
|
-
rpm_sourcerpm: null,
|
84
|
-
rpm_vendor: null,
|
85
|
-
rpm_header_start: null,
|
86
|
-
rpm_header_end: null,
|
87
|
-
is_modular: null,
|
88
|
-
size_archive: null,
|
89
|
-
size_installed: null,
|
90
|
-
size_package: null,
|
91
|
-
time_build: null,
|
92
|
-
time_file: null)
|
17
|
+
instance = PulpRpmClient::RpmPackage.new(artifact: null,
|
18
|
+
relative_path: null,
|
19
|
+
file: null,
|
20
|
+
repository: null)
|
93
21
|
```
|
94
22
|
|
95
23
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageCategoryResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
|
|
20
20
|
```ruby
|
21
21
|
require 'PulpRpmClient'
|
22
22
|
|
23
|
-
instance = PulpRpmClient::
|
23
|
+
instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
|
24
24
|
pulp_created: null,
|
25
25
|
id: null,
|
26
26
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageEnvironmentResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
|
|
21
21
|
```ruby
|
22
22
|
require 'PulpRpmClient'
|
23
23
|
|
24
|
-
instance = PulpRpmClient::
|
24
|
+
instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
|
25
25
|
pulp_created: null,
|
26
26
|
id: null,
|
27
27
|
name: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageGroupResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
|
23
23
|
```ruby
|
24
24
|
require 'PulpRpmClient'
|
25
25
|
|
26
|
-
instance = PulpRpmClient::
|
26
|
+
instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
|
27
27
|
pulp_created: null,
|
28
28
|
id: null,
|
29
29
|
default: null,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmPackageLangpacksResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
17
|
+
instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
|
18
18
|
pulp_created: null,
|
19
19
|
matches: null,
|
20
20
|
digest: null)
|
@@ -0,0 +1,95 @@
|
|
1
|
+
# PulpRpmClient::RpmPackageResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
|
+
**name** | **String** | Name of the package | [optional] [readonly]
|
11
|
+
**epoch** | **String** | The package's epoch | [optional] [readonly]
|
12
|
+
**version** | **String** | The version of the package. For example, '2.8.0' | [optional] [readonly]
|
13
|
+
**release** | **String** | The release of a particular version of the package. e.g. '1.el7' or '3.f24' | [optional] [readonly]
|
14
|
+
**arch** | **String** | The target architecture for a package.For example, 'x86_64', 'i686', or 'noarch' | [optional] [readonly]
|
15
|
+
**pkg_id** | **String** | Checksum of the package file | [optional] [readonly]
|
16
|
+
**checksum_type** | **String** | Type of checksum, e.g. 'sha256', 'md5' | [optional] [readonly]
|
17
|
+
**summary** | **String** | Short description of the packaged software | [optional] [readonly]
|
18
|
+
**description** | **String** | In-depth description of the packaged software | [optional] [readonly]
|
19
|
+
**url** | **String** | URL with more information about the packaged software | [optional] [readonly]
|
20
|
+
**changelogs** | [**Object**](.md) | Changelogs that package contains | [optional] [readonly]
|
21
|
+
**files** | [**Object**](.md) | Files that package contains | [optional] [readonly]
|
22
|
+
**requires** | [**Object**](.md) | Capabilities the package requires | [optional] [readonly]
|
23
|
+
**provides** | [**Object**](.md) | Capabilities the package provides | [optional] [readonly]
|
24
|
+
**conflicts** | [**Object**](.md) | Capabilities the package conflicts | [optional] [readonly]
|
25
|
+
**obsoletes** | [**Object**](.md) | Capabilities the package obsoletes | [optional] [readonly]
|
26
|
+
**suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
|
27
|
+
**enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
|
28
|
+
**recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
|
29
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
30
|
+
**supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
|
31
|
+
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
32
|
+
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
33
|
+
**rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
|
34
|
+
**rpm_group** | **String** | RPM group (See: http://fedoraproject.org/wiki/RPMGroups) | [optional] [readonly]
|
35
|
+
**rpm_license** | **String** | License term applicable to the package software (GPLv2, etc.) | [optional] [readonly]
|
36
|
+
**rpm_packager** | **String** | Person or persons responsible for creating the package | [optional] [readonly]
|
37
|
+
**rpm_sourcerpm** | **String** | Name of the source package (srpm) the package was built from | [optional] [readonly]
|
38
|
+
**rpm_vendor** | **String** | Name of the organization that produced the package | [optional] [readonly]
|
39
|
+
**rpm_header_start** | **Integer** | First byte of the header | [optional] [readonly]
|
40
|
+
**rpm_header_end** | **Integer** | Last byte of the header | [optional] [readonly]
|
41
|
+
**is_modular** | **Boolean** | Flag to identify if the package is modular | [optional] [readonly]
|
42
|
+
**size_archive** | **Integer** | Size, in bytes, of the archive portion of the original package file | [optional] [readonly]
|
43
|
+
**size_installed** | **Integer** | Total size, in bytes, of every file installed by this package | [optional] [readonly]
|
44
|
+
**size_package** | **Integer** | Size, in bytes, of the package | [optional] [readonly]
|
45
|
+
**time_build** | **Integer** | Time the package was built in seconds since the epoch | [optional] [readonly]
|
46
|
+
**time_file** | **Integer** | The 'file' time attribute in the primary XML - file mtime in seconds since the epoch. | [optional] [readonly]
|
47
|
+
|
48
|
+
## Code Sample
|
49
|
+
|
50
|
+
```ruby
|
51
|
+
require 'PulpRpmClient'
|
52
|
+
|
53
|
+
instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
|
54
|
+
pulp_created: null,
|
55
|
+
artifact: null,
|
56
|
+
name: null,
|
57
|
+
epoch: null,
|
58
|
+
version: null,
|
59
|
+
release: null,
|
60
|
+
arch: null,
|
61
|
+
pkg_id: null,
|
62
|
+
checksum_type: null,
|
63
|
+
summary: null,
|
64
|
+
description: null,
|
65
|
+
url: null,
|
66
|
+
changelogs: null,
|
67
|
+
files: null,
|
68
|
+
requires: null,
|
69
|
+
provides: null,
|
70
|
+
conflicts: null,
|
71
|
+
obsoletes: null,
|
72
|
+
suggests: null,
|
73
|
+
enhances: null,
|
74
|
+
recommends: null,
|
75
|
+
sha256: null,
|
76
|
+
supplements: null,
|
77
|
+
location_base: null,
|
78
|
+
location_href: null,
|
79
|
+
rpm_buildhost: null,
|
80
|
+
rpm_group: null,
|
81
|
+
rpm_license: null,
|
82
|
+
rpm_packager: null,
|
83
|
+
rpm_sourcerpm: null,
|
84
|
+
rpm_vendor: null,
|
85
|
+
rpm_header_start: null,
|
86
|
+
rpm_header_end: null,
|
87
|
+
is_modular: null,
|
88
|
+
size_archive: null,
|
89
|
+
size_installed: null,
|
90
|
+
size_package: null,
|
91
|
+
time_build: null,
|
92
|
+
time_file: null)
|
93
|
+
```
|
94
|
+
|
95
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::RpmRepoMetadataFileResponse
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpRpmClient'
|
20
20
|
|
21
|
-
instance = PulpRpmClient::
|
21
|
+
instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
|
22
22
|
pulp_created: null,
|
23
23
|
artifact: null,
|
24
24
|
relative_path: null,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**remote** | **String** | A
|
7
|
+
**remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional]
|
8
8
|
**mirror** | **Boolean** | If ``True``, synchronization will remove all content that is not present in the remote repository. If ``False``, sync will be additive only. | [optional] [default to false]
|
9
9
|
**skip_types** | **Array<String>** | List of content types to skip during sync. | [optional]
|
10
10
|
**optimize** | **Boolean** | Whether or not to optimize sync. | [optional] [default to true]
|
data/docs/RpmRpmDistribution.md
CHANGED
@@ -4,10 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**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
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
10
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -17,10 +14,7 @@ Name | Type | Description | Notes
|
|
17
14
|
```ruby
|
18
15
|
require 'PulpRpmClient'
|
19
16
|
|
20
|
-
instance = PulpRpmClient::RpmRpmDistribution.new(
|
21
|
-
pulp_created: null,
|
22
|
-
base_path: null,
|
23
|
-
base_url: null,
|
17
|
+
instance = PulpRpmClient::RpmRpmDistribution.new(base_path: null,
|
24
18
|
content_guard: null,
|
25
19
|
name: null,
|
26
20
|
publication: null)
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmDistributionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**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
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
+
**publication** | **String** | Publication to be served | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpRpmClient'
|
19
|
+
|
20
|
+
instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
base_path: null,
|
23
|
+
base_url: null,
|
24
|
+
content_guard: null,
|
25
|
+
name: null,
|
26
|
+
publication: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -4,21 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**repository_version** | **String** | | [optional]
|
10
8
|
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
|
-
**metadata_checksum_type** | **
|
12
|
-
**package_checksum_type** | **
|
9
|
+
**metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
|
10
|
+
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
13
11
|
|
14
12
|
## Code Sample
|
15
13
|
|
16
14
|
```ruby
|
17
15
|
require 'PulpRpmClient'
|
18
16
|
|
19
|
-
instance = PulpRpmClient::RpmRpmPublication.new(
|
20
|
-
pulp_created: null,
|
21
|
-
repository_version: null,
|
17
|
+
instance = PulpRpmClient::RpmRpmPublication.new(repository_version: null,
|
22
18
|
repository: null,
|
23
19
|
metadata_checksum_type: null,
|
24
20
|
package_checksum_type: null)
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmPublicationResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**repository_version** | **String** | | [optional]
|
10
|
+
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
|
+
**metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
|
12
|
+
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
13
|
+
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'PulpRpmClient'
|
18
|
+
|
19
|
+
instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
|
20
|
+
pulp_created: null,
|
21
|
+
repository_version: null,
|
22
|
+
repository: null,
|
23
|
+
metadata_checksum_type: null,
|
24
|
+
package_checksum_type: null)
|
25
|
+
```
|
26
|
+
|
27
|
+
|
data/docs/RpmRpmRemote.md
CHANGED
@@ -4,20 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
7
|
**name** | **String** | A unique name for this remote. |
|
10
8
|
**url** | **String** | The URL of an external content source. |
|
11
|
-
**ca_cert** | **String** | A
|
12
|
-
**client_cert** | **String** | A
|
9
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
10
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
-
**policy** | **
|
17
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
18
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
22
19
|
|
23
20
|
## Code Sample
|
@@ -25,9 +22,7 @@ Name | Type | Description | Notes
|
|
25
22
|
```ruby
|
26
23
|
require 'PulpRpmClient'
|
27
24
|
|
28
|
-
instance = PulpRpmClient::RpmRpmRemote.new(
|
29
|
-
pulp_created: null,
|
30
|
-
name: null,
|
25
|
+
instance = PulpRpmClient::RpmRpmRemote.new(name: null,
|
31
26
|
url: null,
|
32
27
|
ca_cert: null,
|
33
28
|
client_cert: null,
|
@@ -36,7 +31,6 @@ instance = PulpRpmClient::RpmRpmRemote.new(pulp_href: null,
|
|
36
31
|
proxy_url: null,
|
37
32
|
username: null,
|
38
33
|
password: null,
|
39
|
-
pulp_last_updated: null,
|
40
34
|
download_concurrency: null,
|
41
35
|
policy: null,
|
42
36
|
sles_auth_token: null)
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmRemoteResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**name** | **String** | A unique name for this remote. |
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
11
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
+
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
|
+
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
22
|
+
|
23
|
+
## Code Sample
|
24
|
+
|
25
|
+
```ruby
|
26
|
+
require 'PulpRpmClient'
|
27
|
+
|
28
|
+
instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
29
|
+
pulp_created: null,
|
30
|
+
name: null,
|
31
|
+
url: null,
|
32
|
+
ca_cert: null,
|
33
|
+
client_cert: null,
|
34
|
+
client_key: null,
|
35
|
+
tls_validation: null,
|
36
|
+
proxy_url: null,
|
37
|
+
username: null,
|
38
|
+
password: null,
|
39
|
+
pulp_last_updated: null,
|
40
|
+
download_concurrency: null,
|
41
|
+
policy: null,
|
42
|
+
sles_auth_token: null)
|
43
|
+
```
|
44
|
+
|
45
|
+
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -4,12 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
11
7
|
**name** | **String** | A unique name for this repository. |
|
12
8
|
**description** | **String** | An optional description. | [optional]
|
9
|
+
**remote** | **String** | | [optional]
|
13
10
|
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
14
11
|
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
|
15
12
|
|
@@ -18,12 +15,9 @@ Name | Type | Description | Notes
|
|
18
15
|
```ruby
|
19
16
|
require 'PulpRpmClient'
|
20
17
|
|
21
|
-
instance = PulpRpmClient::RpmRpmRepository.new(
|
22
|
-
pulp_created: null,
|
23
|
-
versions_href: null,
|
24
|
-
latest_version_href: null,
|
25
|
-
name: null,
|
18
|
+
instance = PulpRpmClient::RpmRpmRepository.new(name: null,
|
26
19
|
description: null,
|
20
|
+
remote: null,
|
27
21
|
metadata_signing_service: null,
|
28
22
|
retain_package_versions: null)
|
29
23
|
```
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# PulpRpmClient::RpmRpmRepositoryResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
13
|
+
**remote** | **String** | | [optional]
|
14
|
+
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
15
|
+
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
|
16
|
+
|
17
|
+
## Code Sample
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'PulpRpmClient'
|
21
|
+
|
22
|
+
instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
23
|
+
pulp_created: null,
|
24
|
+
versions_href: null,
|
25
|
+
latest_version_href: null,
|
26
|
+
name: null,
|
27
|
+
description: null,
|
28
|
+
remote: null,
|
29
|
+
metadata_signing_service: null,
|
30
|
+
retain_package_versions: null)
|
31
|
+
```
|
32
|
+
|
33
|
+
|
data/docs/RpmUpdateCollection.md
CHANGED
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
7
7
|
**name** | **String** | Collection name. |
|
8
8
|
**shortname** | **String** | Collection short name. |
|
9
9
|
**_module** | [**Object**](.md) | Collection modular NSVCA. |
|
10
|
-
**packages** | **Array<Hash<String, String>>** | List of packages | [optional] [readonly]
|
11
10
|
|
12
11
|
## Code Sample
|
13
12
|
|
@@ -16,8 +15,7 @@ require 'PulpRpmClient'
|
|
16
15
|
|
17
16
|
instance = PulpRpmClient::RpmUpdateCollection.new(name: null,
|
18
17
|
shortname: null,
|
19
|
-
_module: null
|
20
|
-
packages: null)
|
18
|
+
_module: null)
|
21
19
|
```
|
22
20
|
|
23
21
|
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::RpmUpdateCollectionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | Collection name. |
|
8
|
+
**shortname** | **String** | Collection short name. |
|
9
|
+
**_module** | [**Object**](.md) | Collection modular NSVCA. |
|
10
|
+
**packages** | **Array<Object>** | List of packages | [optional] [readonly]
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::RpmUpdateCollectionResponse.new(name: null,
|
18
|
+
shortname: null,
|
19
|
+
_module: null,
|
20
|
+
packages: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
data/docs/RpmUpdateRecord.md
CHANGED
@@ -4,52 +4,16 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
9
|
-
**id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
|
10
|
-
**updated_date** | **String** | Date when the update was updated (e.g. '2013-12-02 00:00:00') | [optional] [readonly]
|
11
|
-
**description** | **String** | Update description | [optional] [readonly]
|
12
|
-
**issued_date** | **String** | Date when the update was issued (e.g. '2013-12-02 00:00:00') | [optional] [readonly]
|
13
|
-
**fromstr** | **String** | Source of the update (e.g. security@redhat.com) | [optional] [readonly]
|
14
|
-
**status** | **String** | Update status ('final', ...) | [optional] [readonly]
|
15
|
-
**title** | **String** | Update name | [optional] [readonly]
|
16
|
-
**summary** | **String** | Short summary | [optional] [readonly]
|
17
|
-
**version** | **String** | Update version (probably always an integer number) | [optional] [readonly]
|
18
|
-
**type** | **String** | Update type ('enhancement', 'bugfix', ...) | [optional] [readonly]
|
19
|
-
**severity** | **String** | Severity | [optional] [readonly]
|
20
|
-
**solution** | **String** | Solution | [optional] [readonly]
|
21
|
-
**release** | **String** | Update release | [optional] [readonly]
|
22
|
-
**rights** | **String** | Copyrights | [optional] [readonly]
|
23
|
-
**pushcount** | **String** | Push count | [optional] [readonly]
|
24
|
-
**pkglist** | [**Array<RpmUpdateCollection>**](RpmUpdateCollection.md) | List of packages | [optional] [readonly]
|
25
|
-
**references** | **Array<Hash<String, String>>** | List of references | [optional] [readonly]
|
26
|
-
**reboot_suggested** | **Boolean** | Reboot suggested | [optional] [readonly]
|
7
|
+
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
8
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
27
9
|
|
28
10
|
## Code Sample
|
29
11
|
|
30
12
|
```ruby
|
31
13
|
require 'PulpRpmClient'
|
32
14
|
|
33
|
-
instance = PulpRpmClient::RpmUpdateRecord.new(
|
34
|
-
|
35
|
-
id: null,
|
36
|
-
updated_date: null,
|
37
|
-
description: null,
|
38
|
-
issued_date: null,
|
39
|
-
fromstr: null,
|
40
|
-
status: null,
|
41
|
-
title: null,
|
42
|
-
summary: null,
|
43
|
-
version: null,
|
44
|
-
type: null,
|
45
|
-
severity: null,
|
46
|
-
solution: null,
|
47
|
-
release: null,
|
48
|
-
rights: null,
|
49
|
-
pushcount: null,
|
50
|
-
pkglist: null,
|
51
|
-
references: null,
|
52
|
-
reboot_suggested: null)
|
15
|
+
instance = PulpRpmClient::RpmUpdateRecord.new(file: null,
|
16
|
+
repository: null)
|
53
17
|
```
|
54
18
|
|
55
19
|
|