Sha256: ff7b1b890b67bd85a811c218fb80b06a75a6274c8efe32cefa63d9783919cec8
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# PulpContainerClient::ContainerContainerDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **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\") | **repository_version** | **String** | RepositoryVersion to be served | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null, name: null, repository: null, base_path: null, repository_version: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.2.2 | docs/ContainerContainerDistribution.md |