Sha256: 17902bd0830ae1ef664925b9bfde3ad5f053a33bfc801b46bc2f6b871b8d25c8

Contents?: true

Size: 1019 Bytes

Versions: 9

Compression:

Stored size: 1019 Bytes

Contents

# PulpRpmClient::RpmRpmRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 
**remote** | **String** |  | [optional] 
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional] 
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] 

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmRepository.new(name: null,
                                 description: null,
                                 remote: null,
                                 metadata_signing_service: null,
                                 retain_package_versions: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pulp_rpm_client-3.11.4 docs/RpmRpmRepository.md
pulp_rpm_client-3.11.3 docs/RpmRpmRepository.md
pulp_rpm_client-3.11.2 docs/RpmRpmRepository.md
pulp_rpm_client-3.6.3 docs/RpmRpmRepository.md
pulp_rpm_client-3.8.0 docs/RpmRpmRepository.md
pulp_rpm_client-3.7.0 docs/RpmRpmRepository.md
pulp_rpm_client-3.6.2 docs/RpmRpmRepository.md
pulp_rpm_client-3.6.1 docs/RpmRpmRepository.md
pulp_rpm_client-3.6.0 docs/RpmRpmRepository.md