Sha256: f10552d78aa6fb4a728c705ab79419ef9369c99ba3a9a087a69ebf7a24e3f5fa

Contents?: true

Size: 627 Bytes

Versions: 9

Compression:

Stored size: 627 Bytes

Contents

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

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


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pulp_file_client-1.1.0 docs/RepositorySyncURL.md
pulp_file_client-1.0.1 docs/RepositorySyncURL.md
pulp_file_client-1.0.0 docs/RepositorySyncURL.md
pulp_file_client-0.3.0 docs/RepositorySyncURL.md
pulp_file_client-0.2.0 docs/RepositorySyncURL.md
pulp_file_client-0.1.1 docs/RepositorySyncURL.md
pulp_file_client-0.1.0 docs/RepositorySyncURL.md
pulp_file_client-0.1.0rc2 docs/RepositorySyncURL.md
pulp_file_client-0.1.0rc1 docs/RepositorySyncURL.md