Sha256: 343ce1b2fc2290752d0764eb7372547c1fa80c83e59fe521ed68ad41f12ffce8
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 KB
Contents
# PulpContainerClient::PatchedcontainerContainerPullThroughDistribution ## 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\") | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false] **pulp_labels** | **Hash<String, String>** | | [optional] **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(base_path: null, name: null, content_guard: null, repository: null, hidden: null, pulp_labels: null, remote: null, distributions: null, private: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.19.3 | docs/PatchedcontainerContainerPullThroughDistribution.md |