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