Sha256: 7e8183cf0d2d86f42ba83d0c915f7cb3179b74a3a231b7733e1ae4695d197378

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 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\") | 
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] 
**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] 

## Code Sample

```ruby
require 'PulpAnsibleClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_ansible_client-0.2.0b1 docs/AnsibleDistribution.md