Sha256: 7b694963bc1e642508f05e23c58f9ac1ed9f48936ee120e57f42f510968f1fac
Contents?: true
Size: 829 Bytes
Versions: 78
Compression:
Stored size: 829 Bytes
Contents
# PulpAnsibleClient::AnsibleRepositorySyncURL ## 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] **optimize** | **Boolean** | Whether to optimize sync or not. | [optional] [default to true] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRepositorySyncURL.new(remote: null, mirror: null, optimize: null) ```
Version data entries
78 entries across 78 versions & 1 rubygems