Sha256: 7ad960f40d91eb4a635144ee715c8d1c0c49d14cf52fb98768af270ba645d4b2

Contents?: true

Size: 1.49 KB

Versions: 6

Compression:

Stored size: 1.49 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] 
**pulp_labels** | [**Object**](.md) |  | [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,
                                 pulp_labels: null,
                                 name: null,
                                 repository: null,
                                 publication: null,
                                 allow_uploads: null,
                                 remote: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_python_client-3.7.3 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.6.1 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.7.2 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.7.1 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.7.0 docs/PatchedpythonPythonDistribution.md
pulp_python_client-3.6.0 docs/PatchedpythonPythonDistribution.md