Sha256: c74401c9a92cd5f0e819b4229ee32cbacf12cc37d94823d4dc090df7d3434bfc

Contents?: true

Size: 926 Bytes

Versions: 2

Compression:

Stored size: 926 Bytes

Contents

# PulpFileClient::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 'PulpFileClient'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/OrphansCleanup.md
pulp_file_client-3.49.14 docs/OrphansCleanup.md