Sha256: 5423d18eda6707eb909e095284a9a88406a8e8283a27ba1d723860bef220d56a
Contents?: true
Size: 1.09 KB
Versions: 28
Compression:
Stored size: 1.09 KB
Contents
# PulpAnsibleClient::PatchedansibleAnsibleDistribution ## 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\") | [optional] **content_guard** | **String** | An optional content-guard. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **repository_version** | **String** | RepositoryVersion to be served | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PatchedansibleAnsibleDistribution.new(base_path: null, content_guard: null, name: null, repository: null, repository_version: null) ```
Version data entries
28 entries across 28 versions & 1 rubygems