Sha256: e996e22693c06b9fd87a1dda434ef06d743846cd4ee9c8c47fd926a0f359695c
Contents?: true
Size: 593 Bytes
Versions: 2
Compression:
Stored size: 593 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::ReclaimSpace.new(repo_hrefs: null, repo_versions_keeplist: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/ReclaimSpace.md |
pulp_file_client-3.49.14 | docs/ReclaimSpace.md |