Sha256: 439a81e229f4e9d0ac28a74ab10b95829d0e76756f117759f9e663d2487ea70b

Contents?: true

Size: 1.66 KB

Versions: 12

Compression:

Stored size: 1.66 KB

Contents

# PulpPythonClient::PatchedpythonPythonDistribution

## 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] 
**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`. | [optional] 
**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::PatchedpythonPythonDistribution.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

12 entries across 12 versions & 1 rubygems

Version Path
pulp_python_client-3.12.6 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.11.4 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.5 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.4 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.3 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.2 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.11.3 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.1 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.11.2 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.12.0 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.11.1 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.11.0 docs/PatchedpythonPythonDistribution.md