Sha256: ecc09fb120232e9e9bdf7fdf270ab3015bfd60b3d4b8f669e438e7a71e559e14

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

# PulpContainerClient::ContainerContainerDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repository_version** | **String** | RepositoryVersion to 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\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**pulp_href** | **String** |  | [optional] [readonly] 
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**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(repository_version: null,
                                 base_path: null,
                                 content_guard: null,
                                 pulp_href: null,
                                 repository: 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.2.0 docs/ContainerContainerDistribution.md