Sha256: 8214650b95728b7e0b1a342bc72210c5330b71f4b394c74ba1693693a54340a5
Contents?: true
Size: 1.63 KB
Versions: 11
Compression:
Stored size: 1.63 KB
Contents
# PulpPythonClient::PythonPythonDistribution ## 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] **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false] **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **publication** | **String** | Publication to be served | [optional] **allow_uploads** | **Boolean** | Allow packages to be uploaded to this index. | [optional] [default to true] **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PythonPythonDistribution.new(base_path: null, content_guard: null, hidden: null, pulp_labels: null, name: null, repository: null, publication: null, allow_uploads: null, remote: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems