Sha256: 15aa2f06f52604c6e2c923fcec312c680a683f2a78fd923e4e4f28503044829e
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 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\") | **pulp_labels** | [**Object**](.md) | | [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(content_guard: null, name: null, repository: null, base_path: null, pulp_labels: null, repository_version: null, private: null, description: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.10.12 | docs/ContainerContainerDistribution.md |
pulp_container_client-2.8.7 | docs/ContainerContainerDistribution.md |