Sha256: 3bcf548c765bc9da29b27ea9d7f7db1d5e4735f0efd54835a8aa88c5621993b7

Contents?: true

Size: 1.4 KB

Versions: 23

Compression:

Stored size: 1.4 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** | DEPRECATED: 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

23 entries across 23 versions & 1 rubygems

Version Path
pulp_rpm_client-3.19.13 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.15 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.5 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.14 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.13 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.3 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.12 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.11 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.10 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.9 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.8 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.7 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.6 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.5 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.3 docs/RpmRpmPublication.md