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