Sha256: 4f122aabfb9d05bd5f621e3afb984ac4f71865b7141b055d24542bb93962631a
Contents?: true
Size: 1.16 KB
Versions: 26
Compression:
Stored size: 1.16 KB
Contents
# PulpAnsibleClient::AnsibleAnsibleDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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] **pulp_labels** | [**Object**](.md) | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleAnsibleDistribution.new(base_path: null, content_guard: null, name: null, repository: null, repository_version: null, pulp_labels: null) ```
Version data entries
26 entries across 26 versions & 1 rubygems