RpmRpmDistribution

Serializer for RPM Distributions.

Properties

Name Type Description Notes
base_path str 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 str An optional content-guard. [optional]
hidden bool Whether this distribution should be shown in the content app. [optional] [default to False]
pulp_labels dict(str, str) [optional]
name str A unique name. Ex, `rawhide` and `stable`.
repository str The latest RepositoryVersion for this Repository will be served. [optional]
publication str Publication to be served [optional]
generate_repo_config bool An option specifying whether Pulp should generate *.repo files. [optional] [default to False]

[Back to Model list] [Back to API list] [Back to HOME]