Sha256: 48ea4b05c0c0879b7d246bfc565ff5fe8a0add41241b4b8fe937aa7abffef113

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# PulpAnsibleClient::AnsibleDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_href** | **String** |  | [optional] 
**_created** | **DateTime** | Timestamp of creation. | [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\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**repository_version** | **String** | RepositoryVersion to be served | [optional] 
**mazer_url** | **String** | The URL of a mazer content source. | [optional] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

instance = PulpAnsibleClient::AnsibleDistribution.new(_href: null,
                                 _created: null,
                                 base_path: null,
                                 content_guard: null,
                                 name: null,
                                 repository: null,
                                 repository_version: null,
                                 mazer_url: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b2 docs/AnsibleDistribution.md