Sha256: 180c3c74144fcc7e18844b4d7cd5e673fae410e606def923a34fd614a5dcc098
Contents?: true
Size: 633 Bytes
Versions: 2
Compression:
Stored size: 633 Bytes
Contents
# PulpPythonClient::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 'PulpPythonClient' instance = PulpPythonClient::RepositorySyncURL.new(remote: null, mirror: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b10 | docs/RepositorySyncURL.md |
pulp_python_client-3.0.0b9 | docs/RepositorySyncURL.md |