Sha256: b7a68cd675fb2a6b4d0157543dc4062f8c59669373eab1891e5727fe49f994cd
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
# PulpAnsibleClient::AnsibleAnsibleRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] **remote** | **String** | An optional remote to use by default when syncing. | [optional] **last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional] **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleAnsibleRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null, last_synced_metadata_time: null, gpgkey: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.16.2 | docs/AnsibleAnsibleRepository.md |
pulp_ansible_client-0.15.4 | docs/AnsibleAnsibleRepository.md |