Sha256: 9a4168d1b4223d1f0f60da83b9dbfb5dfffc997a1c08fe4017742edcbf627988
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
# PulpAnsibleClient::AnsibleAnsibleDistributionRead ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | **content_guard** | **String** | An optional content-guard. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **repository_version** | **String** | RepositoryVersion to be served | [optional] **client_url** | **String** | The URL of a Collection content source. | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleAnsibleDistributionRead.new(pulp_href: null, pulp_created: null, base_path: null, content_guard: null, name: null, repository: null, repository_version: null, client_url: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0b14 | docs/AnsibleAnsibleDistributionRead.md |
pulp_ansible_client-0.2.0b13 | docs/AnsibleAnsibleDistributionRead.md |