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

Version Path
pulpcore_client-3.55.0 docs/OrphansCleanup.md
pulpcore_client-3.54.1 docs/OrphansCleanup.md
pulpcore_client-3.49.11 docs/OrphansCleanup.md
pulpcore_client-3.39.16 docs/OrphansCleanup.md
pulpcore_client-3.28.28 docs/OrphansCleanup.md
pulpcore_client-3.22.27 docs/OrphansCleanup.md
pulpcore_client-3.21.30 docs/OrphansCleanup.md
pulpcore_client-3.49.6 docs/OrphansCleanup.md
pulpcore_client-3.53.0 docs/OrphansCleanup.md
pulpcore_client-3.51.3 docs/OrphansCleanup.md
pulpcore_client-3.52.0 docs/OrphansCleanup.md
pulpcore_client-3.51.2 docs/OrphansCleanup.md
pulpcore_client-3.49.5 docs/OrphansCleanup.md
pulpcore_client-3.39.13 docs/OrphansCleanup.md
pulpcore_client-3.28.26 docs/OrphansCleanup.md
pulpcore_client-3.22.25 docs/OrphansCleanup.md
pulpcore_client-3.51.1 docs/OrphansCleanup.md
pulpcore_client-3.50.3 docs/OrphansCleanup.md
pulpcore_client-3.49.4 docs/OrphansCleanup.md
pulpcore_client-3.51.0 docs/OrphansCleanup.md