Sha256: 11fc09088c4ff4a369f38e1e7e5746ffc4098ad7e85420279f8b154f64d8bd43

Contents?: true

Size: 673 Bytes

Versions: 21

Compression:

Stored size: 673 Bytes

Contents

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

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


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0 docs/RepositorySyncURL.md