Sha256: bf053cc694dd7315720c580e9e06a11d04040eaba986b9b044ef42fe4c2cb4cb

Contents?: true

Size: 1.42 KB

Versions: 38

Compression:

Stored size: 1.42 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] [default to 0]
**repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
**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

38 entries across 38 versions & 1 rubygems

Version Path
pulp_rpm_client-3.14.13 docs/RpmRpmPublication.md
pulp_rpm_client-3.17.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.12.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.2.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.17.3 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.12 docs/RpmRpmPublication.md
pulp_rpm_client-3.11.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.17.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.11 docs/RpmRpmPublication.md
pulp_rpm_client-3.17.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.17.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.10 docs/RpmRpmPublication.md
pulp_rpm_client-3.11.3 docs/RpmRpmPublication.md
pulp_rpm_client-3.16.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.9 docs/RpmRpmPublication.md
pulp_rpm_client-3.16.1 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.8 docs/RpmRpmPublication.md
pulp_rpm_client-3.16.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.7 docs/RpmRpmPublication.md
pulp_rpm_client-3.14.6 docs/RpmRpmPublication.md