Sha256: c4fe00d01dddfca906d9568a803907408951305e707c5ab729eb6bb4c178b4bb
Contents?: true
Size: 670 Bytes
Versions: 29
Compression:
Stored size: 670 Bytes
Contents
# PulpPythonClient::RepositorySyncURL ## 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] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::RepositorySyncURL.new(remote: null, mirror: null) ```
Version data entries
29 entries across 29 versions & 1 rubygems