Sha256: dfcba6fbfe863e53385b175186e7aee4f83ce1bbcca59a9406f77001244839d0
Contents?: true
Size: 926 Bytes
Versions: 252
Compression:
Stored size: 926 Bytes
Contents
# PulpcoreClient::OrphansCleanup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_hrefs** | [**Array<AnyType>**](AnyType.md) | Will delete specified content and associated Artifacts if they are orphans. | [optional] **orphan_protection_time** | **Integer** | The time in minutes for how long Pulp will hold orphan Content and Artifacts before they become candidates for deletion by this orphan cleanup task. This should ideally be longer than your longest running task otherwise any content created during that task could be cleaned up before the task finishes. If not specified, a default value is taken from the setting ORPHAN_PROTECTION_TIME. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::OrphansCleanup.new(content_hrefs: null, orphan_protection_time: null) ```
Version data entries
252 entries across 252 versions & 1 rubygems