PulpRpmClient::RpmRpmPublication
Properties
| Name |
Type |
Description |
Notes |
| repository_version |
String |
|
[optional] |
| repository |
String |
A URI of the repository to be published. |
[optional] |
| metadata_checksum_type |
MetadataChecksumTypeEnum |
The checksum type for metadata. |
[optional] |
| package_checksum_type |
PackageChecksumTypeEnum |
The checksum type for packages. |
[optional] |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::RpmRpmPublication.new(repository_version: null,
repository: null,
metadata_checksum_type: null,
package_checksum_type: null)