Sha256: f81077c7b45bcd3e06c2cc6c1c7b87660b2056b31d269a3e54a652eb78b1c7fc

Contents?: true

Size: 624 Bytes

Versions: 3

Compression:

Stored size: 624 Bytes

Contents

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

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_rpm_client-3.1.0 docs/RepositorySyncURL.md
pulp_rpm_client-3.0.0 docs/RepositorySyncURL.md
pulp_rpm_client-3.0.0rc1 docs/RepositorySyncURL.md