Sha256: 1b2f255ab4d42b9e5ba94f9814d51bc0130ba9519eb3053f8c3961412f9d90cf
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# PulpContainerClient::ContainerContainerDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **pulp_created** | **DateTime** | Timestamp of creation. | [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] **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(base_path: null, pulp_href: null, name: null, pulp_created: null, repository_version: null, repository: null, content_guard: null, registry_path: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-1.4.2 | docs/ContainerContainerDistribution.md |