Sha256: 57fedd924919e670ef73915e4f7c40e20f70e42033436042d2eb5be0bae7d3db

Contents?: true

Size: 923 Bytes

Versions: 8

Compression:

Stored size: 923 Bytes

Contents

# PulpRpmClient::RpmRepositorySyncURL

## 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]
**skip_types** | **Array<String>** | List of content types to skip during sync. | [optional] 
**optimize** | **Boolean** | Whether or not to optimize sync. | [optional] [default to true]

## Code Sample

```ruby
require 'PulpRpmClient'

instance = PulpRpmClient::RpmRepositorySyncURL.new(remote: null,
                                 mirror: null,
                                 skip_types: null,
                                 optimize: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_rpm_client-3.5.1 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.5.0 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.4.2 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.4.1 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.4.0 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.3.2 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.3.1 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.3.0 docs/RpmRepositorySyncURL.md