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