Sha256: 6d273ac311a0b80d8ef03b410b3e9c44531cffc675bfcbd17bd097433f83de7f

Contents?: true

Size: 960 Bytes

Versions: 11

Compression:

Stored size: 960 Bytes

Contents

# PulpRpmClient::RpmRepositorySyncURL

## 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]
**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

11 entries across 11 versions & 1 rubygems

Version Path
pulp_rpm_client-3.11.4 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.11.3 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.11.2 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.9.1 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.9.0 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.6.3 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.8.0 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.7.0 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.6.2 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.6.1 docs/RpmRepositorySyncURL.md
pulp_rpm_client-3.6.0 docs/RpmRepositorySyncURL.md