Sha256: 722bb4f94a85e8626bc22ce8d76767715f7d3b28d74c88d16125871ae45d5451
Contents?: true
Size: 1.39 KB
Versions: 24
Compression:
Stored size: 1.39 KB
Contents
# 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**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional] **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional] **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] **sqlite_metadata** | **Boolean** | An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRpmPublication.new(repository_version: null, repository: null, metadata_checksum_type: null, package_checksum_type: null, gpgcheck: null, repo_gpgcheck: null, sqlite_metadata: null) ```
Version data entries
24 entries across 24 versions & 1 rubygems