Sha256: 99242743e964a7bec1141a0fc2abab34ad01dc34bf644692dd5ea0110c1a74cc

Contents?: true

Size: 1.8 KB

Versions: 29

Compression:

Stored size: 1.8 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.  * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] 
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages.  * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [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

29 entries across 29 versions & 1 rubygems

Version Path
pulp_rpm_client-3.18.21 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.8 docs/RpmRpmPublication.md
pulp_rpm_client-3.23.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.23.3 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.7 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.12 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.20 docs/RpmRpmPublication.md
pulp_rpm_client-3.23.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.11 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.6 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.19 docs/RpmRpmPublication.md
pulp_rpm_client-3.23.0 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.5 docs/RpmRpmPublication.md
pulp_rpm_client-3.18.18 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.10 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.4 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.3 docs/RpmRpmPublication.md
pulp_rpm_client-3.19.9 docs/RpmRpmPublication.md
pulp_rpm_client-3.22.2 docs/RpmRpmPublication.md
pulp_rpm_client-3.21.1 docs/RpmRpmPublication.md