Sha256: d0214285e79e4c7649747955295c312f9c39c45bd5517c297bd5248f8b19b29d

Contents?: true

Size: 664 Bytes

Versions: 2

Compression:

Stored size: 664 Bytes

Contents

# PulpcoreClient::RepositorySyncURL

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional] 
**mirror** | **Boolean** | If ``True``, synchronization will remove all content that is not present in the remote repository. If ``False``, sync will be additive only. | [optional] [default to false]

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::RepositorySyncURL.new(remote: null,
                                 mirror: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.55.2 docs/RepositorySyncURL.md
pulpcore_client-3.49.14 docs/RepositorySyncURL.md