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