Sha256: 694f02c59d976fe86fb0daf9cc365e714d5a645a522fe4c206083d1156dfc418
Contents?: true
Size: 937 Bytes
Versions: 80
Compression:
Stored size: 937 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, default is used from settings which is 1440 minutes (24 hours) | [optional] [default to 0] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::OrphansCleanup.new(content_hrefs: null, orphan_protection_time: null) ```
Version data entries
80 entries across 80 versions & 1 rubygems