Sha256: 3689380b4dcbb8889e27879eb0b9d484a6b1e7b7a08ce6073f871997a6beddcb

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

# PulpMavenClient::MavenMavenDistribution

## 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\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**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::MavenMavenDistribution.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/MavenMavenDistribution.md
pulp_maven_client-0.5.0 docs/MavenMavenDistribution.md
pulp_maven_client-0.4.0 docs/MavenMavenDistribution.md