Sha256: 83bd6b7fc1fc8b2e06311217eaac82eef0bfc2050bbd5668b6a53d8c7fda5c0c

Contents?: true

Size: 1.52 KB

Versions: 1

Compression:

Stored size: 1.52 KB

Contents

# PulpContainerClient::ContainerContainerDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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\") | 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**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] 
**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(repository: null,
                                 base_path: null,
                                 pulp_labels: null,
                                 name: null,
                                 content_guard: null,
                                 repository_version: null,
                                 private: null,
                                 description: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.14.0 docs/ContainerContainerDistribution.md