Sha256: 0647f71d106ea88798cc3c56c5d592fda6e17343f2e5de8bea92872011f251e3

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

# PulpContainerClient::ContainerContainerDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**repository_version** | **String** | RepositoryVersion to be served | [optional] 
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**content_guard** | **String** | An optional content-guard. | [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_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_href: null,
                                 repository_version: null,
                                 repository: null,
                                 content_guard: null,
                                 base_path: null,
                                 pulp_created: null,
                                 name: null,
                                 registry_path: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-1.3.0 docs/ContainerContainerDistribution.md