Sha256: 92e5bcb15c5f414275c824b0dda3229075d4b83d9028d0714064fa6dd89fa47b
Contents?: true
Size: 1.17 KB
Versions: 45
Compression:
Stored size: 1.17 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** | **Hash<String, String>** | | [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
45 entries across 45 versions & 1 rubygems