Sha256: c39f294e1b2d2d519a3ee285f2288a53ae6339357bc857d542d1f397221f8333
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
# PulpMavenClient::PatchedmavenMavenDistribution ## 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] **content_guard** | **String** | An optional content-guard. | [optional] **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] ## Code Sample ```ruby require 'PulpMavenClient' instance = PulpMavenClient::PatchedmavenMavenDistribution.new(base_path: null, content_guard: null, pulp_labels: null, name: null, repository: null, remote: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulp_maven_client-0.6.0 | docs/PatchedmavenMavenDistribution.md |
pulp_maven_client-0.5.0 | docs/PatchedmavenMavenDistribution.md |
pulp_maven_client-0.4.0 | docs/PatchedmavenMavenDistribution.md |