Sha256: c2e2e20f7f9380f9f30019510c2239ef87d55957456146291e0a400732140e30
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 KB
Contents
# PulpRpmClient::RpmRpmRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **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(pulp_labels: null, name: null, description: null, remote: null, metadata_signing_service: null, retain_package_versions: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems