Sha256: 6ea2e65f4745c1f8727b0baf389bf7eef1208163a5a0c43b73afb3b00775017e
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# PulpRpmClient::RpmRpmRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **versions_href** | **String** | | [optional] [readonly] **latest_version_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [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_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null, metadata_signing_service: null, retain_package_versions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.5.1 | docs/RpmRpmRepository.md |
pulp_rpm_client-3.5.0 | docs/RpmRpmRepository.md |