Sha256: 246f5225ca22a5c71b5c81fe66312639e70d3a5fdd99979c21e9cda807426b95
Contents?: true
Size: 644 Bytes
Versions: 4
Compression:
Stored size: 644 Bytes
Contents
# PulpAnsibleClient::RepositorySyncURL ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **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 'PulpAnsibleClient' instance = PulpAnsibleClient::RepositorySyncURL.new(repository: null, mirror: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems