Sha256: 5ed3280861077d65f095b1b67167357d7578e83c8db4d0ba999674d1ff5027da
Contents?: true
Size: 593 Bytes
Versions: 279
Compression:
Stored size: 593 Bytes
Contents
# PulpcoreClient::ReclaimSpace ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repo_hrefs** | [**Array<AnyType>**](AnyType.md) | Will reclaim space for the specified list of repos. Use ['*'] to specify all repos. | **repo_versions_keeplist** | **Array<String>** | Will exclude repo versions from space reclaim. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ReclaimSpace.new(repo_hrefs: null, repo_versions_keeplist: null) ```
Version data entries
279 entries across 279 versions & 1 rubygems