Sha256: e347d0fd885d2b2ec35e6c4ea421c9d7d5f5e5e2547a9ce74a083cdc5334f45f

Contents?: true

Size: 636 Bytes

Versions: 10

Compression:

Stored size: 636 Bytes

Contents

# PulpAnsibleClient::RepositorySyncURL

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**remote** | **String** | A URI of the repository to be synchronized. | 
**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

10 entries across 10 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b15 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b14 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b13 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b12 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b11 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b10 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b9 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b8 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b7 docs/RepositorySyncURL.md
pulp_ansible_client-0.2.0b6 docs/RepositorySyncURL.md