Method: PulpFileClient::RepositorySyncURL#mirror
- Defined in:
- lib/pulp_file_client/models/repository_sync_url.rb
#mirror ⇒ Object
If True, synchronization will remove all content that is not present in the remote repository. If False, sync will be additive only.
22 23 24 |
# File 'lib/pulp_file_client/models/repository_sync_url.rb', line 22 def mirror @mirror end |