Sha256: 922e49b8ff58ad2b92fa611a6fac94ba4393b1287c66cdc2b12632c28316c025
Contents?: true
Size: 987 Bytes
Versions: 18
Compression:
Stored size: 987 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<SkipTypesEnum>**](SkipTypesEnum.md) | 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
18 entries across 18 versions & 1 rubygems