Sha256: 5b8aba76e346b87eab3a9d493408e4d5a0e61645bc6ed1ec97dc13f29d930a2b

Contents?: true

Size: 940 Bytes

Versions: 2

Compression:

Stored size: 940 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] [default to 0]

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OrphansCleanup.new(content_hrefs: null,
                                 orphan_protection_time: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.19.1 docs/OrphansCleanup.md
pulpcore_client-3.19.0 docs/OrphansCleanup.md