PulpRpmClient::PatchedrpmRpmDistribution
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] |
| name |
String |
A unique name. Ex, `rawhide` and `stable`. |
[optional] |
| publication |
String |
Publication to be served |
[optional] |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
content_guard: null,
name: null,
publication: null)