Sha256: e347d0fd885d2b2ec35e6c4ea421c9d7d5f5e5e2547a9ce74a083cdc5334f45f
Contents?: true
Size: 636 Bytes
Versions: 10
Compression:
Stored size: 636 Bytes
Contents
# PulpAnsibleClient::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 'PulpAnsibleClient' instance = PulpAnsibleClient::RepositorySyncURL.new(remote: null, mirror: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems