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