Sha256: 5d6c6fd6dc40ed45481e8ed52daa12a80eeec6107d4e35e9619e05563182b50f

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

# PulpContainerClient::ContainerContainerDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] 
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**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\") | 
**repository_version** | **String** | RepositoryVersion to be served | [optional] 
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] 
**description** | **String** | An optional description. | [optional] 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
                                 content_guard: null,
                                 hidden: null,
                                 repository: null,
                                 pulp_labels: null,
                                 base_path: null,
                                 repository_version: null,
                                 private: null,
                                 description: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.15.7 docs/ContainerContainerDistribution.md