PulpRpmClient::RpmRpmDistribution

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]
name String A unique name. Ex, `rawhide` and `stable`.
publication String Publication to be served [optional]

Code Sample

require 'PulpRpmClient'

instance = PulpRpmClient::RpmRpmDistribution.new(base_path: null,
                                 content_guard: null,
                                 name: null,
                                 publication: null)