Sha256: 9f574a8742d82e6ab3f18ebcead55b7ebb449fae618c9cf500294a22a8476b9e
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 KB
Contents
# PulpContainerClient::ContainerContainerDistributionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **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\") | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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::ContainerContainerDistributionResponse.new(pulp_href: null, pulp_created: null, repository: null, repository_version: null, base_path: null, name: null, content_guard: null, registry_path: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.0.1 | docs/ContainerContainerDistributionResponse.md |