Sha256: 15a75a5e4017dde75c19928c746bcbb1e0cff26488289d602a91f989e8b7497d
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
# PulpRpmClient::PatchedrpmRpmRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | [optional] **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::PatchedrpmRpmRepository.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